Changeset 6484
- Timestamp:
- 11/18/10 04:01:29 (3 years ago)
- 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; 3 3 } 4 4 5 ul.tabmenu { 6 zoom: 1; 7 } 8 9 ul.l1 { 10 position: relative; 11 } 12 13 5 14 .cbi-section legend { 6 background-color: #ffffff;7 15 color: #555555; 16 margin-top: -1em; 17 margin-bottom: 1em; 8 18 } 19 9 20 10 21 table.cbi-section-table td .cbi-input-text, … … 12 23 width: 95% !important; 13 24 } 25 14 26 15 27 .cbi-input-user, … … 19 31 width: 18.5em !important; 20 32 } 33 34 35 fieldset.cbi-section { 36 border: 1px solid #CCCCCC; 37 margin-top: 1em; 38 zoom: 1; 39 } 40 41 42 ul.cbi-tabmenu { 43 margin-bottom: 0; 44 } 45 46 ul.cbi-tabmenu li.cbi-tab a { 47 position: static; /* fixes misplaced tab after page load */ 48 border-bottom: 1px solid white; 49 } 50 51 52 div.cbi-value { 53 zoom: 1; /* fixes hanging float */ 54 } 55 56 div.cbi-value-field { 57 margin-left: 0 !important; 58 }
