luci-theme-bootstrap: minor page action alignment fix
[oweals/luci.git] / themes / luci-theme-bootstrap / htdocs / luci-static / bootstrap / cascade.css
index 412851ad907a0edde0c9ed30baedb3f22406405b..b39859394e549349640822b697aafe79fa4ef7f3 100644 (file)
@@ -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;