summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-07-03 18:49:00 +0200
committerJo-Philipp Wich <jo@mein.io>2018-07-03 18:49:00 +0200
commite8a9a6695e3265afbf0ae2c8267b0f107b221aaf (patch)
tree97b49daf87e94e835251c91deb2962a946ca3033 /themes/luci-theme-bootstrap/htdocs/luci-static
parent04bec56956c4e5fde57cd0a0711c70dea988d641 (diff)
luci-theme-bootstrap: minor style fixes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css5
1 files changed, 5 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 b1f1f6b5e..72f087580 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -698,6 +698,10 @@ textarea[readonly] {
text-decoration: underline;
}
+.cbi-page-actions > form {
+ display: inline;
+}
+
.help-inline, .help-block {
font-size: 13px;
line-height: 18px;
@@ -1800,6 +1804,7 @@ table table td,
border-radius: 3px;
background-color: #FCE6E6;
padding: 5px;
+ margin-bottom: 18px;
}
.cbi-section-error ul { margin: 0 0 0 20px; }