diff options
Diffstat (limited to 'themes/freifunk-hannover/htdocs')
-rw-r--r-- | themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css index cb7cc7ffb..271980719 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -715,6 +715,11 @@ table.cbi-section-table .cbi-rowstyle-1 * { color: #000000;
}
+table.cbi-section-table .cbi-section-table-cell {
+ padding: 3px;
+ white-space: nowrap;
+}
+
.cbi-section .cbi-rowstyle-1 h3 {
background-color: #f1f6fa;
color: #555555;
@@ -897,4 +902,34 @@ td.cbi-value-error { }
+.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;
+}
+
}
|