Merge pull request #278 from nmav/ocserv
[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 table.cbi-section-table td .cbi-input-text,
15 table.cbi-section-table td .cbi-input-select {
16 width: 95% !important;
17 }
18
19
20 .cbi-input-user,
21 .cbi-input-password {
22 text-indent: 0 !important;
23 padding-left: 1.5em !important;
24 width: 18.5em !important;
25 }
26
27
28 fieldset.cbi-section {
29 position: relative;
30 margin-top: 1em;
31 padding-top: 0.75em;
32 border: 1px solid #CCCCCC;
33 zoom: 1;
34 }
35
36 fieldset.cbi-section legend {
37 position: absolute;
38 top: -0.75em;
39 left: 0.5em;
40 }
41
42
43 ul.cbi-tabmenu {
44 margin-bottom: 0;
45 }
46
47 ul.cbi-tabmenu li.cbi-tab a {
48 position: static; /* fixes misplaced tab after page load */
49 border-bottom: 1px solid white;
50 }
51
52
53 div.cbi-value {
54 zoom: 1; /* fixes hanging float */
55 }
56
57 div.cbi-value-field {
58 margin-left: 0 !important;
59 }