web/data/cubicweb.tableview.css
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 /***************************************/
       
     2 /* filter table form                   */
       
     3 /***************************************/
       
     4 
       
     5 table.filter th {
       
     6   font-weight: bold;
       
     7   background: #ebe8d9 url("button.png") repeat-x;
       
     8   padding: 0.3em;
       
     9   border-bottom: 1px solid %(incontextBoxBodyBgColor)s;
       
    10   text-align: left;
       
    11 }
       
    12 
       
    13 table.filter div.facet {
       
    14   padding: 0.6em 0.2em;
       
    15   margin: 0em 1em;
       
    16   border: 1px solid #ccc;
       
    17 }
       
    18 
       
    19 table.filter div.facetTitle {
       
    20   font-weight: bold;
       
    21 }
       
    22 
       
    23 div.tableActionsBox {
       
    24 }
       
    25 
       
    26 div.tableActionsBox .popup {
       
    27   border-radius: 5px;
       
    28   background: %(incontextBoxBodyBgColor)s;
       
    29   box-shadow: 3px 3px 3px Grey;
       
    30 }
       
    31 
       
    32 div.tableActionsBox li {
       
    33   background: none;
       
    34   /* we should probably get rid of ul/li structure because
       
    35      of the spurious space consumed by the bullet */
       
    36   margin-right: .3em;
       
    37   margin-left: -.3em;
       
    38 }
       
    39