From: Manuel Munz Date: Mon, 13 Dec 2010 12:12:42 +0000 (+0000) Subject: themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup X-Git-Tag: 0.10.0~282 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=031a62ce9764c08671cece985c363790b1499420;hp=39578a6b72782d8d39b0450346bf0fa1bbb909a1 themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup --- diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css index a5cebeaee..dbc41dfd9 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css @@ -17,7 +17,7 @@ body { } html, body { -height: 99%; + height: 99%; } * { @@ -64,6 +64,10 @@ code { clear: both; } +a img { + border: 0; +} + .skiplink, .navigation, .hidden { @@ -82,9 +86,9 @@ code { } .errorbox { -border: 1px solid #F00; -background-color: #FCC; -padding: 5px; + border: 1px solid #F00; + background-color: #FCC; + padding: 5px; } #header { @@ -101,15 +105,15 @@ padding: 5px; } #header_left{ -text-align:left; -top: 42px; -float:left; + text-align:left; + top: 42px; + float:left; } #header_left a{ -color: #dc0067; -font: bold 28px Helvetica; -text-decoration: none; + color: #dc0067; + font: bold 28px Helvetica; + text-decoration: none; } #header p { @@ -242,7 +246,6 @@ html #menubar a:visited { font-weight: normal; } - html #menubar a:link:hover, html #menubar a:visited:hover, html #menubar a:link:active, @@ -485,7 +488,6 @@ div.cbi-tab-descr { padding: 0.5em 0.5em 0.5em 2em; } - input[type=submit], input[type=reset], input[type=image], @@ -493,7 +495,6 @@ input[type=button] { cursor: pointer; } - select, input, textarea { @@ -832,19 +833,19 @@ td.cbi-value-error { } .footer, .push { -height: 2em; + height: 2em; } .footer { -width: 99%; -padding: 0.3em; + width: 99%; + padding: 0.3em; } .wrapper { -min-height: 100%; -height: auto !important; -height: 100%; -margin: 0 auto -2em; + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -2em; } .luci a:link,