luci-theme-bootstrap: minor page action alignment fix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit df38e4505c
)
This commit is contained in:
parent
e4a8f07501
commit
24fcbb3ed4
1 changed files with 4 additions and 0 deletions
|
@ -1347,6 +1347,10 @@ body.modal-overlay-active #modal_overlay {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-page-actions > * {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-page-actions > :not([method="post"]):not(.cbi-button-apply):not(.cbi-button-negative):not(.cbi-button-save):not(.cbi-button-reset) {
|
.cbi-page-actions > :not([method="post"]):not(.cbi-button-apply):not(.cbi-button-negative):not(.cbi-button-save):not(.cbi-button-reset) {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: .4em;
|
margin-right: .4em;
|
||||||
|
|
Loading…
Reference in a new issue