themes: drop oxygen and openwrt.org-oxygen, there unmaintained and not even packaged
[project/luci.git] / themes / freifunk-hannover / htdocs / luci-static / freifunk-hannover / 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-input-user,
55 * html .cbi-input-password {
56 text-indent: 0 !important;
57 padding-left: 1.5em !important;
58 }
59
60 * html .cbi-section legend {
61 background-color: #ffffff;
62 color: #555555;
63 }
64
65 * html table.cbi-section-table td .cbi-input-text,
66 * html table.cbi-section-table td .cbi-input-select {
67 width: 100% !important;
68 }
69
70 * html div.cbi-page-actions {
71 text-align: right !important;
72 }
73
74 * html div.cbi-value-field input,
75 * html div.cbi-value-field select {
76 font-size: 90% !important;
77 }