summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-bno
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-15 16:00:00 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-15 16:00:00 +0000
commit6832010927ae4a2c287be9d49bd262d751efff5b (patch)
treeedf5025e53887a9172645a66af59e0c339edd575 /themes/freifunk-bno
parent83de41903cd65ea5f74fdcea8df288e9bbfbbdf9 (diff)
themes: add new classes to remaining themes
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r--themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css36
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;
+}