themes: add new classes to remaining themes
[project/luci.git] / themes / fledermaus / htdocs / luci-static / fledermaus / cascade.css
index 73c0201..6e2635a 100644 (file)
@@ -456,6 +456,11 @@ table.smalltext tr td {
 
 }
 
+table.cbi-section-table .cbi-section-table-cell {
+       padding: 3px;
+       white-space: nowrap;
+}
+
 div.cbi-value {
        clear: left;
        vertical-align: middle;
@@ -698,3 +703,34 @@ div.cbi-tab-descr {
 * html div.cbi-value-description {
        margin-left: 40%;
 }
+
+
+.ifacebox {
+       background-color: #FFFFFF;
+       border: 1px solid #CCCCCC;
+       margin: 0 10px;
+       text-align: center;
+       white-space: nowrap;
+}
+
+.ifacebox .ifacebox-head {
+       border-bottom: 1px solid #CCCCCC;
+       padding: 2px;
+}
+
+.ifacebox .ifacebox-body {
+       padding: 2px;
+}
+
+
+.ifacebadge {
+       background-color: #FFFFFF;
+       border: 1px solid #CCCCCC;
+       padding: 2px;
+       margin-left: 2px;
+}
+
+.ifacebadge-active {
+       border-color: #000000;
+       font-weight: bold;
+}