luci-0.11: merge outstanding trunk changes
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / cascade.css
index 4c0067d..d5fe772 100644 (file)
@@ -275,19 +275,19 @@ ul.dropdowns ul ul ul li:hover ul {
        left: 100%;
 }
 
-#xhr_poll_status { 
-       cursor: pointer; 
-} 
+#xhr_poll_status {
+       cursor: pointer;
+}
 
-#xhr_poll_status #xhr_poll_status_off { 
-       font-weight: bold; 
-       color: #FF0000; 
-} 
+#xhr_poll_status #xhr_poll_status_off {
+       font-weight: bold;
+       color: #FF0000;
+}
 
-#xhr_poll_status #xhr_poll_status_on { 
-       font-weight: bold; 
-       color: #00FF00; 
-} 
+#xhr_poll_status #xhr_poll_status_on {
+       font-weight: bold;
+       color: #00FF00;
+}
 
 #menubar {
        position: relative;
@@ -583,7 +583,7 @@ input,
 textarea {
        background: #fff;
        color: #000;
-       border: 1px solid #ccc;
+       border: 1px solid #cccccc;
 }
 
 input[type=image] {
@@ -632,7 +632,8 @@ input.cbi-input-password {
        text-indent: 17px;
 }
 
-input.cbi-input-find {
+input.cbi-input-find,
+input.cbi-button-find {
        background: url('../resources/cbi/find.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000;
@@ -645,7 +646,6 @@ input.cbi-input-reload {
        background-color: inherit;
        color: #000;
        padding-left: 17px;
-       border: none;
 }
 
 input.cbi-button{
@@ -657,9 +657,8 @@ 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;
-       border: 1px solid #FFF; 
+       padding: 0 1px 0 17px;
+       border: 1px solid #FFF;
 }
 
 input.cbi-input-fieldadd,
@@ -667,8 +666,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,
@@ -676,9 +674,10 @@ 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;
-       border: none;
+       padding: 0 1px 0 17px;
+}
+
+
 }
 
 input.cbi-input-save,
@@ -686,29 +685,33 @@ 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;
-       border: none;   
+       padding: 0 1px 0 17px;
 }
 
 input.cbi-input-apply,
 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;
-       border: none; 
-} 
-
-input.cbi-input-link, 
-       input.cbi-button-link { 
-       background: url('../resources/cbi/link.gif') no-repeat scroll 1px center; 
        background-color: inherit;
-       color: #000;    
-       padding-left: 17px;
-       padding-right: 1px;
-       border: none;   
+       color: #000;
+       padding: 0 1px 0 17px;
+}
+
+input.cbi-input-link,
+input.cbi-button-link {
+       background: url('../resources/cbi/link.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       color: #000;
+       padding: 0 1px 0 17px;
+       border: none;
+}
+
+input.cbi-input-download,
+input.cbi-button-download {
+       background: url('../resources/cbi/download.gif') no-repeat scroll 1px center;
+       background-color: inherit;
+       color: #000;
+       padding: 0 1px 0 17px;
+       border: none;
 }
 
 input.cbi-input-remove,
@@ -716,49 +719,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;
-               border: 1px solid #fff;
+       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-image: url('../resources/cbi/edit.gif');
+       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-image: url('../resources/cbi/reload.gif');
-       color: #000000;
-       padding-left: 17px;
-       padding-right: 1px;
-}
-
-input.cbi-button-reset {
-       background-image: url('../resources/cbi/reset.gif');
+       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-image: url('../resources/cbi/remove.gif');
+       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 {
@@ -887,14 +877,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 {
@@ -912,9 +895,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;
 }
@@ -1022,72 +1003,72 @@ td.cbi-value-error {
        padding: 0.5em;
 }
 
-.uci-change-list {                 
-        font-family: monospace;    
-}                                  
-                                   
-.uci-change-list ins,              
-.uci-change-legend-label ins {     
-        text-decoration: none;     
-        border: 1px solid #00FF00; 
-        background-color: #CCFFCC; 
-        display: block;            
-        padding: 2px;              
-}                                 
-                                           
-.uci-change-list del,               
-.uci-change-legend-label del {                  
-        text-decoration: none;    
+.uci-change-list {
+        font-family: monospace;
+}
+
+.uci-change-list ins,
+.uci-change-legend-label ins {
+        text-decoration: none;
+        border: 1px solid #00FF00;
+        background-color: #CCFFCC;
+        display: block;
+        padding: 2px;
+}
+
+.uci-change-list del,
+.uci-change-legend-label del {
+        text-decoration: none;
         border: 1px solid #FF0000;
         background-color: #FFCCCC;
-        display: block;           
-        font-style: normal;       
-        padding: 2px;             
-}                                 
-                                  
-.uci-change-list var,             
-.uci-change-legend-label var {    
-        text-decoration: none;    
+        display: block;
+        font-style: normal;
+        padding: 2px;
+}
+
+.uci-change-list var,
+.uci-change-legend-label var {
+        text-decoration: none;
         border: 1px solid #CCCCCC;
         background-color: #EEEEEE;
-        display: block;           
-        font-style: normal;       
-        padding: 2px;             
-}                                 
-                                  
-.uci-change-list var ins,         
-.uci-change-list var del {        
-        /*display: inline;*/      
-        border: none;             
-        white-space: pre;         
-        font-style: normal;       
-        padding: 0px;             
-}                                 
-                                  
-.uci-change-legend {              
-        padding: 5px;             
-}                                 
-                                         
-.uci-change-legend-label {          
-        width: 150px;             
-        float: left;              
-        font-size: 80%;           
-}                                 
-
-.uci-change-legend-label>ins,     
-.uci-change-legend-label>del,     
-.uci-change-legend-label>var {    
-        float: left;              
-        margin-right: 4px;        
-        width: 10px;              
-        height: 10px;             
-        display: block;           
-}                                        
-                                    
-.uci-change-legend-label var ins, 
+        display: block;
+        font-style: normal;
+        padding: 2px;
+}
+
+.uci-change-list var ins,
+.uci-change-list var del {
+        /*display: inline;*/
+        border: none;
+        white-space: pre;
+        font-style: normal;
+        padding: 0px;
+}
+
+.uci-change-legend {
+        padding: 5px;
+}
+
+.uci-change-legend-label {
+        width: 150px;
+        float: left;
+        font-size: 80%;
+}
+
+.uci-change-legend-label>ins,
+.uci-change-legend-label>del,
+.uci-change-legend-label>var {
+        float: left;
+        margin-right: 4px;
+        width: 10px;
+        height: 10px;
+        display: block;
+}
+
+.uci-change-legend-label var ins,
 .uci-change-legend-label var del {
-        line-height: 6px;         
-        border: none;             
+        line-height: 6px;
+        border: none;
 }
 
-} 
+}