* luci/themes: fix vertical alignment of help icons

This commit is contained in:
Jo-Philipp Wich 2008-08-13 18:16:06 +00:00
parent 1dacc5c20a
commit 8cc810d96b

View file

@ -419,6 +419,10 @@ td.cbi-section-table-optionals {
padding-top: 1em;
}
.cbi-value-helpicon img {
vertical-align: bottom;
}
div.cbi-error {
font-size: 95%;
font-weight: bold;