luci-theme-bootstrap: minor page action alignment fix

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-11-12 08:48:36 +01:00
parent 461b310859
commit df38e4505c

View file

@ -1346,6 +1346,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;