themes/freifunk-generic: Minimal fine tuning for position of input buttons
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index 4530b08..a5cebea 100644 (file)
@@ -81,6 +81,12 @@ code {
        background-color: white;
 }
 
        background-color: white;
 }
 
+.errorbox {
+border: 1px solid #F00;
+background-color: #FCC;
+padding: 5px;
+}
+
 #header {
        min-height: 100px;
        background: #FFF url(header.jpg) repeat-x left bottom;
 #header {
        min-height: 100px;
        background: #FFF url(header.jpg) repeat-x left bottom;
@@ -550,6 +556,10 @@ input.cbi-input-reload {
        padding-left: 17px;
 }
 
        padding-left: 17px;
 }
 
+input.cbi-button{
+       margin-top: 1.3em;
+}
+
 input.cbi-input-add,
 input.cbi-button-add {
        background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;
 input.cbi-input-add,
 input.cbi-button-add {
        background: url('../resources/cbi/add.gif') no-repeat scroll 1px center;