Merged themes/fledermaus and themes/openwrt-light

This commit is contained in:
Steven Barth 2008-08-13 18:43:15 +00:00
parent 8cc810d96b
commit 741e0c89a4
2 changed files with 148 additions and 26 deletions

View file

@ -223,6 +223,7 @@ div#content ul {
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],
input[type=image],
label { label {
cursor: pointer; cursor: pointer;
} }
@ -232,11 +233,21 @@ input,
textarea { textarea {
background: #eeeeee; background: #eeeeee;
color: #000000; color: #000000;
border: 1px solid #000000; border-width: 1px;
border-color: #000000;
} }
input[type=image] {
border: none;
}
input:focus, input:focus,
textarea:focus { input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
background: #f2f3f9; background: #f2f3f9;
} }
@ -252,10 +263,36 @@ td input[type=password] {
width: 99%; width: 99%;
} }
button.clean { input.cbi-button {
cursor: pointer; padding-left: 17px;
border: none; padding-right: 1px;
background-color: inherit; }
input.cbi-button-add {
background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
}
input.cbi-button-fieldadd {
background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
}
input.cbi-button-reset {
background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
}
input.cbi-button-save {
background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
}
input.cbi-button-apply {
background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
}
div.cbi-section-remove input {
background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
padding-left: 17px;
padding-right: 1px;
border-bottom: none;
} }
textarea { textarea {
@ -297,9 +334,18 @@ table.smalltext tr td {
border-left: 1px solid #666666; border-left: 1px solid #666666;
} }
.cbi-rowstyle-1 {
background-color: #eeeeff;
}
.cbi-rowstyle-2 {
}
div.cbi-value { div.cbi-value {
clear: left; clear: left;
padding: 0.25em; vertical-align: middle;
padding-left: 0.25em;
border-bottom: 1px dotted #bbbbbb; border-bottom: 1px dotted #bbbbbb;
} }
@ -314,7 +360,6 @@ div.cbi-value:last-child {
.cbi-value-title { .cbi-value-title {
float: left; float: left;
width: 40%; width: 40%;
margin: 0.25em 0;
} }
div.cbi-value-field { div.cbi-value-field {
@ -351,17 +396,16 @@ div.cbi-section-remove {
float: right; float: right;
} }
div.cbi-section-remove input {
border-color: #bbbbbb;
border-bottom: none;
}
.cbi-section-node { .cbi-section-node {
clear: both; clear: both;
border: 1px dotted #bbbbbb; border: 1px dotted #bbbbbb;
padding-bottom: 0; padding-bottom: 0;
} }
.cbi-section-node div.cbi-section-table-row {
margin: 0.25em;
}
table.cbi-section-table { table.cbi-section-table {
width: 100%; width: 100%;
font-size: 95%; font-size: 95%;
@ -382,6 +426,16 @@ td.cbi-section-table-optionals {
padding-top: 1em; padding-top: 1em;
} }
.cbi-value-helpicon img {
vertical-align: bottom;
}
div.cbi-error {
font-size: 95%;
font-weight: bold;
color: #FF0000;
}
.right { .right {
text-align: right; text-align: right;
} }
@ -403,6 +457,13 @@ td.cbi-section-table-optionals {
display: inline; display: inline;
} }
.error500 {
white-space: normal;
border: 1px dotted #FF0000;
background-color: #FFFFFF;
padding: 0.5em;
}
#memorybar { #memorybar {
width:200px; width:200px;
height:8px; height:8px;

View file

@ -208,20 +208,31 @@ div#content ul {
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],
input[type=image],
label { label {
cursor: pointer; cursor: pointer;
} }
select, select,
input, input,
textarea { textarea {
background: #eeeeee; background: #eeeeee;
color: #000000; color: #000000;
border: 1px solid #000000; border-width: 1px;
border-color: #000000;
}
input[type=image] {
border: none;
} }
input:focus, input:focus,
textarea:focus { input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
background: #ffffff; background: #ffffff;
} }
@ -237,10 +248,36 @@ td input[type=password] {
width: 99%; width: 99%;
} }
button.clean { input.cbi-button {
cursor: pointer; padding-left: 17px;
border: none; padding-right: 1px;
background-color: inherit; }
input.cbi-button-add {
background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
}
input.cbi-button-fieldadd {
background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
}
input.cbi-button-reset {
background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
}
input.cbi-button-save {
background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
}
input.cbi-button-apply {
background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
}
div.cbi-section-remove input {
background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
padding-left: 17px;
padding-right: 1px;
border-bottom: none;
} }
textarea { textarea {
@ -282,9 +319,18 @@ table.smalltext tr td {
border-left: 1px solid #666666; border-left: 1px solid #666666;
} }
.cbi-rowstyle-1 {
background-color: #eeeeff;
}
.cbi-rowstyle-2 {
}
div.cbi-value { div.cbi-value {
clear: left; clear: left;
padding: 0.25em; vertical-align: middle;
padding-left: 0.25em;
border-bottom: 1px dotted #bbbbbb; border-bottom: 1px dotted #bbbbbb;
} }
@ -299,7 +345,6 @@ div.cbi-value:last-child {
.cbi-value-title { .cbi-value-title {
float: left; float: left;
width: 40%; width: 40%;
margin: 0.25em 0;
} }
div.cbi-value-field { div.cbi-value-field {
@ -336,17 +381,16 @@ div.cbi-section-remove {
float: right; float: right;
} }
div.cbi-section-remove input {
border-color: #bbbbbb;
border-bottom: none;
}
.cbi-section-node { .cbi-section-node {
clear: both; clear: both;
border: 1px dotted #bbbbbb; border: 1px dotted #bbbbbb;
padding-bottom: 0; padding-bottom: 0;
} }
.cbi-section-node div.cbi-section-table-row {
margin: 0.25em;
}
table.cbi-section-table { table.cbi-section-table {
width: 100%; width: 100%;
font-size: 95%; font-size: 95%;
@ -367,6 +411,16 @@ td.cbi-section-table-optionals {
padding-top: 1em; padding-top: 1em;
} }
.cbi-value-helpicon img {
vertical-align: bottom;
}
div.cbi-error {
font-size: 95%;
font-weight: bold;
color: #FF0000;
}
.right { .right {
text-align: right; text-align: right;
} }
@ -388,6 +442,13 @@ td.cbi-section-table-optionals {
display: inline; display: inline;
} }
.error500 {
white-space: normal;
border: 1px dotted #FF0000;
background-color: #FFFFFF;
padding: 0.5em;
}
#memorybar { #memorybar {
width:200px; width:200px;
height:8px; height:8px;