web/data/cubicweb.manageview.css
author Julien Jehannet <julien.jehannet@logilab.fr>
Thu, 29 Jul 2010 15:18:31 +0200
branchstable
changeset 6035 f8c7aa251782
parent 5483 1a30c5a56256
permissions -rw-r--r--
[migration] unify process_script command - simplify wrapper by putting the logic in the migration module - enable sql script in shell invocation - adjust cmd_process_script docstring in interactive shell

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