diff -r 3f6aaa6ae3b2 -r b747f1a1ced0 web/data/cubicweb.manageview.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/data/cubicweb.manageview.css Wed Feb 11 16:39:06 2009 +0100 @@ -0,0 +1,22 @@ +/***************************************/ +/* 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{ + padding-top: 3px; + padding-bottom: 3px; + text-align: left; +}