web/data/cubicweb.manageview.css
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 14 Dec 2015 14:53:02 +0100
changeset 10985 50ed87bc4cc6
parent 5483 1a30c5a56256
permissions -rw-r--r--
[dataimport] remove threading support from SQLGenObjectStore It's untested and does not actually work at the moment with nb_threads > 1. related to #9177565.

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