From: Jo-Philipp Wich Date: Mon, 19 Dec 2011 21:20:57 +0000 (+0000) Subject: themes/openwrt: add some new CSS classes used by firewall ui X-Git-Tag: 0.11.0~1219 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d942285d01489bbf8bb612ce1b4ced34d550f4c8;ds=sidebyside themes/openwrt: add some new CSS classes used by firewall ui --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 2bdd34777..95e6a075e 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -720,6 +720,10 @@ td.cbi-value-error { padding: 3px; } +.cbi-value-field var { + color: #2222FF; +} + ul.cbi-tabmenu { padding: 3px 0; margin-left: 0 !important; @@ -772,8 +776,12 @@ div.cbi-tab-descr { padding: 0.5em 0.5em 0.5em 2em; } +.left { + text-align: left !important; +} + .right { - text-align: right; + text-align: right !important; } .luci {