* Reworked Theme "Fledermaus"
[project/luci.git] / themes / fledermaus / contrib / media / cascade.css
index ad1de6f..a7245ae 100644 (file)
@@ -196,14 +196,21 @@ table th, table, td {
        text-align: right;
 }
 
+.cbi-value {
+       display: table-row;
+}
+
 .cbi-value-title {
+       display: table-cell;
        line-height: 1.75em;
-       width: 15em;
        font-weight: bold;
+       padding: 0.25em;
 }
 
 .cbi-value-field {
+       display: table-cell;
        text-align: left;
+       padding: 0.25em;
        line-height: 1.75em;
 }
 
@@ -219,8 +226,10 @@ table th, table, td {
 }
 
 .cbi-value-description {
+       display: inline;
        font-style: italic;
        font-size: 0.8em; 
+       padding: 0.25em;
        margin-bottom: 0.5em;
 }
 
@@ -229,11 +238,10 @@ table th, table, td {
 }
 
 .cbi-section-node {
-       display: block;
+       display: table;
+       padding: 0.25em;
        background: #f7f7f7;
        border: 1px solid #d7d7d7;
-       overflow: auto;
-       margn-bottom: 0%;
 }
 
 .cbi-section-node h3 {