cubicweb/web/data/cubicweb.manageview.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 16 Mar 2016 11:39:24 +0100
changeset 11204 71057a8bb19a
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[session] drop session-as-a-context-manager It made little sense in the 3.19 - session-as-cnx-bw-compat era, maybe. Related to #1381328.

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