web/data/cubicweb.manageview.css
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 24 Mar 2014 16:29:18 +0100
branchstable
changeset 9587 0f0199948f93
parent 5483 1a30c5a56256
permissions -rw-r--r--
Backout "[web/navigation] use add_onload instead of inline javascript href" This reverts changeset 170e1437948d, for at least two reasons: the PageNavigationSelect component was not updated for the new type of navigation links, and external cubes defining View.page_navigation_url exist in the wild and also got broken navigation links. This reopens #3501626 and closes #3677945.

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