summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-12 08:48:36 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-13 08:51:37 +0100
commitdf38e4505ceae1634dc48c2793040f31856c758a (patch)
tree8da4ade3977f8ce6119e701e9519587e62469121 /themes
parent461b3108594985f5f864ce80f2081e2775fb8137 (diff)
luci-theme-bootstrap: minor page action alignment fix
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css4
1 files changed, 4 insertions, 0 deletions
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;