cubicweb/web/data/cubicweb.ie.css
changeset 11057 0b59724cb3f2
parent 6892 e73245c14516
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 /* specific workarounds for Internet Explorer */
       
     2 div.calpopup {
       
     3   margin-left: 0px;
       
     4   margin-top: 0px;
       
     5 }
       
     6 
       
     7 table#header td#header-right  div.popupWrapper {
       
     8   position: relative;
       
     9   z-index: 400;
       
    10 }
       
    11 
       
    12 table#header td#header-right{
       
    13   text-align:right;
       
    14 }
       
    15 
       
    16 /* quick and dirty solution for pop to be
       
    17    correctly displayed on right edge of window */
       
    18 div.popupWrapper{
       
    19   direction:rtl;
       
    20   text-align:right;
       
    21 }
       
    22 
       
    23 div#rqlinput input.rqlsubmit{
       
    24   height: 24px;
       
    25   width: 24px;
       
    26 }
       
    27 
       
    28 
       
    29 table#mainLayout #navColumnLeft,
       
    30 table#mainLayout #navColumnRight {
       
    31   width: auto;
       
    32 }
       
    33