web/data/cubicweb.manageview.css
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 /***************************************/
       
     2 /* Manage view (views/startup.py)      */
       
     3 /***************************************/
       
     4 
       
     5 table.startup {
       
     6   width: 100%;
       
     7 }
       
     8 
       
     9 /* table.startup td { */
       
    10 /*   padding: 0.1em 0.2em; */
       
    11 /* } */
       
    12 
       
    13 table.startup td.addcol {
       
    14   text-align: right;
       
    15   width: 0.5em;
       
    16 }
       
    17 
       
    18 table.startup th{
       
    19   text-align: left;
       
    20 }