diff options
Diffstat (limited to 'themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 83 |
1 files changed, 6 insertions, 77 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 4f2491b5d2..7457977c07 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -136,32 +136,15 @@ ul.dropdowns li ul { min-width: 10em; } -* html ul.dropdowns li ul { - width: 10em; -} - ul.dropdowns li li { float: none; position: relative; } -* html ul.dropdowns li li { - clear: both; - float: left; -} - -* html ul.dropdowns li li { - width: 100%; -} - ul.dropdowns li a { display: block; } -* html ul.dropdowns li li a { - height: 1%; -} - ul.dropdowns ul li ul { top: 0; } @@ -397,25 +380,16 @@ html #menubar a:visited.warning { color: #555555; } -*+html .cbi-section legend { - background-color: #ffffff; - color: #555555; -} - -* html .cbi-section legend { - background-color: #ffffff; - color: #555555; -} - .cbi-section h2 { margin: 0em 0 0.5em -0.5em !important; } .cbi-section h3 { - height: 1.5em; - font-size: 90%; - background-color: #ffffff; - color: #555555; + text-decoration: none !important; + font-weight: bold !important; + color: #555555 !important; + margin: 0.25em !important; + font-size: 100% !important; } .cbi-section-descr { @@ -639,6 +613,7 @@ div.cbi-value:hover { .cbi-value-title { float: left; width: 40%; + line-height: 1.8em; } div.cbi-value-field { @@ -811,50 +786,4 @@ td.cbi-value-error { color: black; } - -/* obligatory IE6 Voodoo Code */ - -* html body { - padding-left: 50% !important; -} - -* html div#header { - margin-left: -100% !important; -} - -* html div#menubar { - margin-left: -100% !important; - width: 200% !important; -} - -* html div#maincontent { - margin-left: -80% !important; - width: 160% !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 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; -} - } |