themes/openwrt.org: minar style tweaks
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / ie7.css
1 #tabmenu {
2 line-height: 0;
3 }
4
5 ul.tabmenu {
6 zoom: 1;
7 }
8
9 ul.l1 {
10 position: relative;
11 }
12
13
14 .cbi-section legend {
15 color: #555555;
16 margin-top: -1em;
17 margin-bottom: 1em;
18 }
19
20
21 table.cbi-section-table td .cbi-input-text,
22 table.cbi-section-table td .cbi-input-select {
23 width: 95% !important;
24 }
25
26
27 .cbi-input-user,
28 .cbi-input-password {
29 text-indent: 0 !important;
30 padding-left: 1.5em !important;
31 width: 18.5em !important;
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 }