summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-generic
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2012-05-10 15:04:01 +0000
committerManuel Munz <freifunk@somakoma.de>2012-05-10 15:04:01 +0000
commit8a053623233afe2a5338c1af8e026e06581ae85a (patch)
tree1b35b3e6af2473abb4439d8caa50ea15d5759638 /themes/freifunk-generic
parent2076bc9dd04adbea7b397cd4384323d3d4958780 (diff)
themes/freifunk-generic: Cosmetic css improvements
Diffstat (limited to 'themes/freifunk-generic')
-rw-r--r--themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css51
1 files changed, 15 insertions, 36 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 7cf2ec519..576bca0bc 100644
--- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
+++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
@@ -583,7 +583,7 @@ input,
textarea {
background: #fff;
color: #000;
- border: 1px outset #aaaaaa;
+ border: 1px solid #cccccc;
}
input[type=image] {
@@ -656,8 +656,7 @@ input.cbi-button-add {
background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
border: 1px solid #FFF;
}
@@ -666,8 +665,7 @@ input.cbi-button-fieldadd {
background: url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
input.cbi-input-reset,
@@ -675,8 +673,7 @@ input.cbi-button-reset {
background: url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
@@ -687,8 +684,7 @@ input.cbi-button-save {
background: url('../resources/cbi/save.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
input.cbi-input-apply,
@@ -696,8 +692,7 @@ input.cbi-button-apply {
background: url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
input.cbi-input-link,
@@ -705,8 +700,7 @@ input.cbi-input-link,
background: url('../resources/cbi/link.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
border: none;
}
@@ -715,42 +709,36 @@ div.cbi-section-remove input {
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
background-color: inherit;
color: #000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
border: 1px solid #fff;
}
input.cbi-button-up {
background-image: url('../resources/cbi/up.gif');
- padding-left: 11px;
- padding-right: 1px;
+ padding: 0 1px 0 11px;
}
input.cbi-button-down {
background-image: url('../resources/cbi/down.gif');
- padding-left: 11px;
- padding-right: 1px;
+ padding: 0 1px 0 11px;
}
input.cbi-button-edit {
background: url('../resources/cbi/edit.gif') no-repeat scroll 1px center;
color: #000000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
input.cbi-button-reload {
background: url('../resources/cbi/reload.gif') no-repeat scroll 1px center;
color: #000000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
input.cbi-button-remove {
background: url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
color: #000000;
- padding-left: 17px;
- padding-right: 1px;
+ padding: 0 1px 0 17px;
}
.cbi-input-invalid {
@@ -879,14 +867,7 @@ div.cbi-section-create .cbi-button {
input.cbi-section-create-name {
margin-right: -0.25em;
- border-top-width: 1px;
- border-right-width: 1px;
- border-bottom-width: 1px;
- border-left-width: 1px;
- border-top-color: #999;
- border-right-color: #999;
- border-bottom-color: #999;
- border-left-color: #999;
+ border 1px solid #999;
}
div.cbi-map-descr {
@@ -904,9 +885,7 @@ div.cbi-section-remove {
.cbi-section-node {
clear: both;
- border-top: 1px dotted #bbb;
- border-left: 1px dotted #bbb;
- border-right: 1px dotted #bbb;
+ border: 1px dotted #bbb;
border-bottom: none;
padding-bottom: 0;
}