summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-08 16:51:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-08 16:51:50 +0000
commit8d372d2f284e1d74d210a30a03681bc86395574d (patch)
treebd20280d881c73550323c10304070864385b76ca /themes/fledermaus
parent9890c99d0bb4cefbf134c265888fbe60fea42c8c (diff)
* luci/libs/cbi: better layout for apply output
* luci/themes: introduce new css class for apply ul
Diffstat (limited to 'themes/fledermaus')
-rw-r--r--themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index 4663ff583..7deeaebea 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -507,6 +507,10 @@ td.cbi-value-error {
padding: 3px;
}
+ul.cbi-apply {
+ font-size: 90%;
+}
+
.right {
text-align: right;
}