web/data/cubicweb.manageview.css
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 22 Mar 2013 18:33:53 +0100
changeset 8767 a75670ef2d87
parent 5483 1a30c5a56256
permissions -rw-r--r--
[session] move security constant out of the class There is no reason for it to not be global. This will ease it use by ``Transaction object``.

/***************************************/
/* 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;
}