web/data/cubicweb.ie.css
changeset 5819 1017163825c7
parent 0 b97547f5f1fa
child 6892 e73245c14516
equal deleted inserted replaced
5818:6d8c479fcd98 5819:1017163825c7
     2 div.calpopup {
     2 div.calpopup {
     3   margin-left: 0px;
     3   margin-left: 0px;
     4   margin-top: 0px;
     4   margin-top: 0px;
     5 }
     5 }
     6 
     6 
     7 /* quick and dirty solution for pop to be 
     7 /* quick and dirty solution for pop to be
     8    correctly displayed on right edge of window */
     8    correctly displayed on right edge of window */
     9 div.popupWrapper{ 
     9 div.popupWrapper{
    10   direction:rtl;
    10   direction:rtl;
    11 }
    11 }
       
    12 
       
    13 div#rqlinput input.rqlsubmit{
       
    14   height: 24px;
       
    15   width: 24px;
       
    16 }
       
    17 
       
    18 
       
    19 table#mainLayout #navColumnLeft,
       
    20 table#mainLayout #navColumnRight {
       
    21   width: auto;
       
    22 }
       
    23