web/data/cubicweb.manageview.css
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 09 Jun 2011 10:32:34 +0200
changeset 7478 9e213becdcf4
parent 5483 1a30c5a56256
permissions -rw-r--r--
[parsers] improve url construction by using stdlib's urllib instead of str concatenation fix a s/_/-/ bug on the way.

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