luci-theme-bootstrap: minor style fixes
authorJo-Philipp Wich <jo@mein.io>
Tue, 3 Jul 2018 16:49:00 +0000 (18:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 3 Jul 2018 16:49:00 +0000 (18:49 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index b1f1f6b5edb4eef2cabcc9efd713e82826a057db..72f087580d9b77468b6e549082f244ee3134b93e 100644 (file)
@@ -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; }