git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7c9dd3a
)
themes/openwrt: add new CSS classes for zone badge widgets
author
Jo-Philipp Wich
<redacted>
Wed, 15 Feb 2012 17:47:16 +0000
(17:47 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 15 Feb 2012 17:47:16 +0000
(17:47 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index cfc29d6b25e9719951bb9965d3ecd1f2dad69223..336f411d8d306cb03ba4bbe7bbb4adc23287548d 100644
(file)
--- a/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@
-905,6
+905,32
@@
div.cbi-tab-descr {
}
+.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;
+}
+
+
.uci-change-list {
font-family: monospace;
}
git clone https://git.99rst.org/PROJECT