web/data/cubicweb.manageview.css
author Laure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 27 Feb 2009 17:29:08 +0100
changeset 989 c10485f92dd6
parent 850 b747f1a1ced0
child 5477 f79c39be0b9b
child 5482 8c8c6d3f3b3a
permissions -rw-r--r--
primaryRight class is a div that contains right boxes (if there is)

/***************************************/
/* 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{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
}