web/data/cubicweb.manageview.css
author Damien Garaud <damien.garaud@logilab.fr>
Fri, 14 Feb 2014 15:22:56 +0100
changeset 9533 fa4051e29fbe
parent 5483 1a30c5a56256
permissions -rw-r--r--
[etwist] Fix an empty request content after a Twisted processing (closes #3546795). The content of a POST request could be empty when the Twisted server is used.

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