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:
Jo-Philipp Wich 2019-11-12 08:48:36 +01:00
parent e4a8f07501
commit 24fcbb3ed4

View file

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