From: Jo-Philipp Wich Date: Tue, 12 Nov 2019 07:48:36 +0000 (+0100) Subject: luci-theme-bootstrap: minor page action alignment fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=df38e4505ceae1634dc48c2793040f31856c758a;p=project%2Fluci.git luci-theme-bootstrap: minor page action alignment fix Signed-off-by: Jo-Philipp Wich --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 412851ad90..b39859394e 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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;