* Major CBI improvements
[project/luci.git] / contrib / media / cascade.css
index b0131dc581d6d5b9abf40b37e6bff10f0c143a85..55d6f76bd11e49d8e2a7290705fd203b2c067602 100644 (file)
@@ -179,27 +179,31 @@ code {
        margin-top: 1em;
 }
 
-.cbi-section-create {
-       margin-bottom: 3em;
+.cbi-section-remove {
+       text-align: right;
 }
 
 .cbi-value-title {
        line-height: 1.75em;
+       width: 15em;
+       font-weight: bold;
 }
 
 .cbi-value-field {
-       margin-left: 10em;
-       text-align: center;
+       text-align: left;
        line-height: 1.75em;
 }
 
-.cbi-value-field input, .cbi-value-field select, .cbi-optionals select, .cbi-optionals input  {
+.cbi-value-field input, .cbi-value-field select,
+.cbi-optionals select, .cbi-optionals input,
+.cbi-section-remove input, .cbi-section-create input  {
        font-size: 0.8em;
 }
 
 .cbi-value-description {
        font-style: italic;
        font-size: 0.8em; 
+       margin-bottom: 0.5em;
 }
 
 .cbi-form-separator {
@@ -211,6 +215,7 @@ code {
        background: #f7f7f7;
        border: 1px solid #d7d7d7;
        overflow: auto;
+       margn-bottom: 0%;
 }
 
 .cbi-section-node h3 {
@@ -220,10 +225,12 @@ code {
 .cbi-error {
        color: red;
        font-weight: bold;
+       font-size: 0.8em;
+       margin-bottom: 0.75em;
 }
 
 .cbi-optionals {
-       margin-top: 2em;
+       margin-top: 1em;
 }
 
 .cbi-optionals option {