web/data/cubicweb.manageview.css
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 25 May 2011 11:41:16 +0200
changeset 7432 cab99ccdb774
parent 5483 1a30c5a56256
permissions -rw-r--r--
[ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245

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