luci-theme-bootstrap: minor style fixes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
04bec56956
commit
e8a9a6695e
1 changed files with 5 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue