diff options
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r-- | themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index cc192bc43..b78814eae 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -544,6 +544,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; @@ -807,3 +812,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; +} |