themes/openwrt: add some new CSS classes used by firewall ui

This commit is contained in:
Jo-Philipp Wich 2011-12-19 21:20:57 +00:00
parent accf14f88d
commit d942285d01

View 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 {