web/data/cubicweb.tableview.css
changeset 8094 bedf36fb17f1
parent 6140 65a619eb31c4
equal deleted inserted replaced
8093:3efb83e4e8f3 8094:bedf36fb17f1
    18 
    18 
    19 table.filter div.facetTitle {
    19 table.filter div.facetTitle {
    20   font-weight: bold;
    20   font-weight: bold;
    21 }
    21 }
    22 
    22 
       
    23 div.tableActionsBox {
       
    24 }
    23 
    25 
    24 div#tableActionsBox {
    26 div.tableActionsBox .popup {
    25  direction:rtl;
    27   border-radius: 5px;
    26  float:right
    28   background: %(incontextBoxBodyBgColor)s;
       
    29   box-shadow: 3px 3px 3px Grey;
    27 }
    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