* Entering Version 0.2
[project/luci.git] / contrib / media / cascade.css
index 7717b18..8b192ba 100644 (file)
@@ -157,17 +157,26 @@ h2 {
 }
 
 
-.cbi-value-title, .cbi-lvalue-title {
-       float: left;
+.cbi-section {
+       margin-top: 1em;
+}
+
+.cbi-section-create {
+       margin-bottom: 3em;
+}
+
+.cbi-value-title {
        font-weight: bold;
-       line-height: 2em;
+       line-height: 1.75em;
 }
 
-.cbi-value-field, .cbi-lvalue-field {
+.cbi-value-field {
        text-align: right;
+       vertical-align: center;
+       line-height: 1.75em;
 }
 
-.cbi-value-description, .cbi-lvalue-description {
+.cbi-value-description {
        clear: both;
        font-style: italic;
        font-size: 0.8em; 
@@ -181,8 +190,26 @@ h2 {
        margin-top: 1em;
 }
 
-.cbi-tsection-node {
+.cbi-section-node {
        margin-top: 1em;
        border: none;
        background-color: #eeeeee;
+}
+
+.cbi-error {
+       color: red;
+       font-weight: bold;
+}
+
+.cbi-optionals {
+       margin-top: 2em;
+}
+
+.cbi-optionals select {
+       height: 1.5em;
+       width: 20em;
+}
+
+.cbi-optionals option {
+       font-size: 0.8em;
 }
\ No newline at end of file