web/data/cubicweb.tableview.css
changeset 850 b747f1a1ced0
child 5819 1017163825c7
equal deleted inserted replaced
568:3f6aaa6ae3b2 850:b747f1a1ced0
       
     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 #cfceb7;
       
    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 
       
    24 div#tableActionsBox {
       
    25  direction:rtl;
       
    26  float:right
       
    27 }