luci-theme-bootstrap: minor page action alignment fix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
461b310859
commit
df38e4505c
1 changed files with 4 additions and 0 deletions
|
@ -1346,6 +1346,10 @@ body.modal-overlay-active #modal_overlay {
|
|||
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) {
|
||||
float: left;
|
||||
margin-right: .4em;
|
||||
|
|
Loading…
Reference in a new issue