diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 17:49:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-15 17:49:44 +0000 |
commit | f8d8f10aa892e2737cb2171e57b7883481edf9a7 (patch) | |
tree | 1d354768a8eef4e6e7e6d66494fa57e48f524b4d /themes/freifunk-hannover/htdocs/luci-static | |
parent | a23f1335d8c0777b8c77a29e9eee4726a62fca82 (diff) |
themes: add zone badge classes to remaining themes
Diffstat (limited to 'themes/freifunk-hannover/htdocs/luci-static')
-rw-r--r-- | themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css | 26 |
1 files changed, 26 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 75015718a3..961f847ed1 100644 --- a/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css +++ b/themes/freifunk-hannover/htdocs/luci-static/freifunk-hannover/cascade.css @@ -933,4 +933,30 @@ td.cbi-value-error { font-weight: bold;
}
+
+.zonebadge {
+ padding: 2px;
+ display: inline-block;
+ white-space: nowrap;
+ cursor: pointer;
+}
+
+.zonebadge em,
+.zonebadge strong {
+ margin: 3px;
+ display: inline-block;
+}
+
+.zonebadge input {
+ width: 6em;
+ height: 1.5em;
+}
+
+.zonebadge-empty {
+ border: 1px dashed #AAAAAA;
+ color: #AAAAAA;
+ font-style: italic;
+ font-size: smaller;
+}
+
}
|