luci-theme-bootstrap: minor style fixes

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-07-03 18:49:00 +02:00
parent 04bec56956
commit e8a9a6695e

View 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; }