themes/openwrt: add some new CSS classes used by firewall ui
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 19 Dec 2011 21:20:57 +0000 (21:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 19 Dec 2011 21:20:57 +0000 (21:20 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css

index 2bdd347..95e6a07 100644 (file)
@@ -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 {