* luci/themes: fix vertical alignment of help icons
This commit is contained in:
parent
1dacc5c20a
commit
8cc810d96b
1 changed files with 4 additions and 0 deletions
|
@ -419,6 +419,10 @@ td.cbi-section-table-optionals {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-value-helpicon img {
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
div.cbi-error {
|
div.cbi-error {
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue