themes/freifunk-generic: Cosmetic css improvements
This commit is contained in:
parent
2076bc9dd0
commit
8a05362323
1 changed files with 15 additions and 36 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue