d65da4a19d9861f953ea051c1672be269631de0c
[project/luci.git] / themes / openwrt-light / htdocs / luci-static / openwrt-light / ie6.css
1 /* obligatory IE6 Voodoo Code */
2
3 * html body {
4         padding-left: 50% !important;
5 }
6
7 * html div#header {
8         margin-left: -100% !important;
9 }
10
11 * html div#menubar {
12         margin-left: -100% !important;
13         width: 200% !important;
14 }
15
16 * html ul.dropdowns li ul {
17         width: 10em;
18 }
19
20 * html ul.dropdowns li li {
21         clear: both;
22         float: left;
23 }
24
25 * html ul.dropdowns li li {
26         width: 100%;
27 }
28
29 * html ul.dropdowns li li a {
30         height: 1%;
31 }
32
33 * html div#maincontent {
34         margin-left: -80% !important;
35         width: 160% !important;
36 }
37
38 * html div.cbi-value-description {
39         width: auto !important;
40 }
41
42 * html div.cbi-value-field {
43         margin-left: 0 !important;
44         width: 100% !important;
45 }
46
47 * html .cbi-input-text,
48 * html .cbi-input-user,
49 * html .cbi-input-select,
50 * html .cbi-input-password {
51         width: 50% !important;
52 }
53
54 * html .cbi-section legend {
55         background-color: #ffffff;
56         color: #555555;
57 }
58
59 * html table.cbi-section-table td .cbi-input-text,
60 * html table.cbi-section-table td .cbi-input-select {
61         width: 100% !important;
62 }
63
64 * html div.cbi-page-actions {
65         text-align: right !important;
66 }
67
68 * html div.cbi-value-field input,
69 * html div.cbi-value-field select {
70         font-size: 90% !important;
71 }