luci-theme-bootstrap: minor page action alignment fix
authorJo-Philipp Wich <jo@mein.io>
Tue, 12 Nov 2019 07:48:36 +0000 (08:48 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 7 May 2020 17:40:49 +0000 (19:40 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit df38e4505ceae1634dc48c2793040f31856c758a)

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index ffb9c09ed11fa7c1cbd09024d2bfb1bf2bf6b94d..5f7dd6050833413e7a1247879c688a713d9c11e5 100644 (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;