web/data/cubicweb.manageview.css
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 22 Jan 2014 12:14:56 +0100
changeset 9459 d3016c08b4ae
parent 5483 1a30c5a56256
permissions -rw-r--r--
[repoapi] drop get_option_value's foreid argument repoapi was introduced in 3.19, so no need to introduce legacy deprecated stuff at the same time.

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