* luci/themes/openwrt.org: second round of css fixes (affects all browsers)
This commit is contained in:
parent
eb05b1ee7e
commit
86b389f6ea
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue