mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
ACP styling fixes
This commit is contained in:
8551
public/less/admin/admin.css
Normal file
8551
public/less/admin/admin.css
Normal file
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 -->
|
||||
|
||||
Reference in New Issue
Block a user