ACP styling fixes

v1.18.x
pichalite 9 years ago
parent 535dd82902
commit a4d0026d93

File diff suppressed because it is too large Load Diff

@ -36,6 +36,7 @@
label {
font-weight: 700;
height: auto;
}
@ -233,4 +234,8 @@
* > .checkbox:first-child {
margin-top: 0px;
}
[class^="col-"] .mdl-switch__label {
padding-right: 15px;
}

@ -5,7 +5,7 @@
Choose what page is shown when users navigate to the root URL of your forum.
</p>
<form class="row">
<div class="col-xs-6">
<div class="col-sm-6">
<label>Home Page Route</label>
<select class="form-control" data-field="homePageRoute">
<!-- BEGIN routes -->

Loading…
Cancel
Save