From df38e4505ceae1634dc48c2793040f31856c758a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Nov 2019 08:48:36 +0100 Subject: [PATCH] luci-theme-bootstrap: minor page action alignment fix Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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 412851ad9..b39859394 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; -- 2.25.1