web/data/cubicweb.manageview.css
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 29 Mar 2013 12:47:04 +0100
changeset 8840 bd5b5759c9b3
parent 5483 1a30c5a56256
permissions -rw-r--r--
[session] make hook_control API private The doc already says "internal API". The old entry point is now officially deprecated and the context manager have been made private.

/***************************************/
/* Manage view (views/startup.py)      */
/***************************************/

table.startup {
  width: 100%;
}

/* table.startup td { */
/*   padding: 0.1em 0.2em; */
/* } */

table.startup td.addcol {
  text-align: right;
  width: 0.5em;
}

table.startup th{
  text-align: left;
}