web/data/cubicweb.manageview.css
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 08 Apr 2015 11:29:24 +0200
changeset 10509 e8ac062d4b20
parent 5483 1a30c5a56256
permissions -rw-r--r--
[web/views] Clean up confusing backwards compatibility code Dead code since fbb370195199, related to #4943392.

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