diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-08 16:51:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-08 16:51:50 +0000 |
commit | 8d372d2f284e1d74d210a30a03681bc86395574d (patch) | |
tree | bd20280d881c73550323c10304070864385b76ca /themes/openwrt.org/htdocs | |
parent | 9890c99d0bb4cefbf134c265888fbe60fea42c8c (diff) |
* luci/libs/cbi: better layout for apply output
* luci/themes: introduce new css class for apply ul
Diffstat (limited to 'themes/openwrt.org/htdocs')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index bc01339e7..3f44f202e 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -222,6 +222,10 @@ div#content ul { background-color: inherit; } +ul.cbi-apply { + font-size: 90%; +} + input[type=submit], input[type=reset], input[type=image], |