summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/ie6.css
blob: 14db3f86e5b886125f49f33a2bb6630181600914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* obligatory IE6 Voodoo Code */

* html body {
	padding-left: 5% !important;
}

* html div#header {
	margin-left: 100% !important;
}

* html div#menubar {
	margin-left: -5% !important;
	width: 105% !important;
}

* html ul.dropdowns li ul {
	width: 10em;
}

* html ul.dropdowns li li {
	clear: both;
	float: left;
}

* html ul.dropdowns li li {
	width: 100%;
}

* html ul.dropdowns li li a {
	height: 10%;
}

* html div#maincontent {
	margin-left: 0% !important;
	width: 100% !important;
}

* html div.cbi-value-description {
	width: auto !important;
}

* html div.cbi-value-field {
	margin-left: 0 !important;
	width: 100% !important;
}

* html .cbi-input-text,
* html .cbi-input-user,
* html .cbi-input-select,
* html .cbi-input-password {
	width: 50% !important;
}

* html .cbi-input-user,
* html .cbi-input-password {
	text-indent: 0 !important;
	padding-left: 1.5em !important;
}

* html .cbi-section legend {
	background-color: #ffffff;
	color: #555555;
}

* html table.cbi-section-table td .cbi-input-text,
* html table.cbi-section-table td .cbi-input-select {
	width: 100% !important;
}

* html div.cbi-page-actions {
	text-align: right !important;
}

* html div.cbi-value-field input,
* html div.cbi-value-field select {
	font-size: 90% !important;
}