web/data/cubicweb.manageview.css
author Florent Cayre <florent.cayre@logilab.fr>
Thu, 09 Jan 2014 10:53:45 +0100
changeset 9384 430859af32c6
parent 5483 1a30c5a56256
permissions -rw-r--r--
[breadcrumbs] Small breadcrumb components refactoring * use `open_breadcrumbs` and `close_breadcrumbs` methods where applicable in the BreadCrumbEntityVComponent hierarchy * include the first separator related code in `open_breadcrumbs` to avoid code duplication Closes #3223911.

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