* luci/themes/openwrt.org: second round of css fixes (affects all browsers)

This commit is contained in:
Jo-Philipp Wich 2008-10-14 23:02:18 +00:00
parent eb05b1ee7e
commit 86b389f6ea

View file

@ -708,6 +708,14 @@ td.cbi-section-table-optionals {
padding-top: 1em;
}
div.cbi-section-create {
border-bottom: 1px dotted #bbbbbb;
}
div.cbi-section-create .cbi-button {
margin: 0.25em;
}
.cbi-value-helpicon img {
vertical-align: bottom;
}
@ -839,12 +847,4 @@ td.cbi-value-error {
text-align: right !important;
}
* html div.cbi-section-create {
border-bottom: 1px dotted #bbbbbb !important;
}
* html div.cbi-section-create .cbi-button {
margin: 0.5em !important;
}
}