summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/freifunk/htdocs')
-rw-r--r--themes/freifunk/htdocs/luci-static/freifunk/cascade.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
index 8571c9feb6..3c5a04514c 100644
--- a/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
+++ b/themes/freifunk/htdocs/luci-static/freifunk/cascade.css
@@ -552,6 +552,11 @@ table.smalltext tr td {
.cbi-rowstyle-2 {
}
+table.cbi-section-table .cbi-section-table-cell {
+ padding: 3px;
+ white-space: nowrap;
+}
+
div.cbi-value {
clear: left;
vertical-align: middle;
@@ -814,3 +819,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;
+}