web/data/cubicweb.manageview.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 15 May 2013 14:22:51 +0200
changeset 8977 57e564c0118e
parent 5483 1a30c5a56256
permissions -rw-r--r--
[testlib] introduce a validator that check xml-well formness This validator simply check XML is well formed and accept any entities (think HTML defines much more entities than bare XML)

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