Changeset 6484

Show
Ignore:
Timestamp:
11/18/10 04:01:29 (3 years ago)
Author:
jow
Message:

themes/openwrt: IE 7 fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/themes/openwrt/htdocs/luci-static/openwrt.org/ie7.css

    r3630 r6484  
    1 div.cbi-value-field { 
    2     margin-left: 0 !important; 
     1#tabmenu { 
     2    line-height: 0; 
    33} 
    44 
     5ul.tabmenu { 
     6    zoom: 1; 
     7} 
     8 
     9ul.l1 { 
     10    position: relative; 
     11} 
     12 
     13 
    514.cbi-section legend { 
    6     background-color: #ffffff; 
    715    color: #555555; 
     16    margin-top: -1em; 
     17    margin-bottom: 1em; 
    818} 
     19 
    920 
    1021table.cbi-section-table td .cbi-input-text, 
     
    1223    width: 95% !important; 
    1324} 
     25 
    1426 
    1527.cbi-input-user, 
     
    1931    width: 18.5em !important; 
    2032} 
     33 
     34 
     35fieldset.cbi-section { 
     36    border: 1px solid #CCCCCC; 
     37    margin-top: 1em; 
     38    zoom: 1; 
     39} 
     40 
     41 
     42ul.cbi-tabmenu { 
     43    margin-bottom: 0; 
     44} 
     45 
     46ul.cbi-tabmenu li.cbi-tab a { 
     47    position: static;   /* fixes misplaced tab after page load */ 
     48    border-bottom: 1px solid white; 
     49} 
     50 
     51 
     52div.cbi-value { 
     53    zoom: 1;    /* fixes hanging float */ 
     54} 
     55 
     56div.cbi-value-field { 
     57    margin-left: 0 !important; 
     58}