summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-generic
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2010-12-13 12:12:42 +0000
committerManuel Munz <freifunk@somakoma.de>2010-12-13 12:12:42 +0000
commit031a62ce9764c08671cece985c363790b1499420 (patch)
tree980a22cf4b804d7f404d0b658c31d624698e66ba /themes/freifunk-generic
parent39578a6b72782d8d39b0450346bf0fa1bbb909a1 (diff)
themes/freifunk-generic: Remove border from imagelinks and general formatting cleanup
Diffstat (limited to 'themes/freifunk-generic')
-rw-r--r--themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css41
1 files changed, 21 insertions, 20 deletions
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,