* CBI: updates
[project/luci.git] / contrib / media / cascade.css
index 49e51f1c8288d7e3fec5af03ab99532407d1344e..7717b184ae33fbc7d216f413c1311a47bbd2a64c 100644 (file)
@@ -151,3 +151,38 @@ h2 {
 .clear {
        clear: both;
 }
+
+.hidden {
+       display: none;
+}
+
+
+.cbi-value-title, .cbi-lvalue-title {
+       float: left;
+       font-weight: bold;
+       line-height: 2em;
+}
+
+.cbi-value-field, .cbi-lvalue-field {
+       text-align: right;
+}
+
+.cbi-value-description, .cbi-lvalue-description {
+       clear: both;
+       font-style: italic;
+       font-size: 0.8em; 
+}
+
+.cbi-value {
+       margin-bottom: 1em;
+}
+
+.cbi-form-separator {
+       margin-top: 1em;
+}
+
+.cbi-tsection-node {
+       margin-top: 1em;
+       border: none;
+       background-color: #eeeeee;
+}
\ No newline at end of file