From 6832010927ae4a2c287be9d49bd262d751efff5b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 16:00:00 +0000 Subject: themes: add new classes to remaining themes --- .../htdocs/luci-static/freifunk-bno/cascade.css | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'themes/freifunk-bno/htdocs/luci-static') 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; +} -- cgit v1.2.3