mirror of
https://github.com/flarum/core.git
synced 2025-07-21 00:31:17 +02:00
Align checkboxes and textareas to the left in centered forms
This commit is contained in:
@@ -9,7 +9,10 @@
|
|||||||
.Form--centered {
|
.Form--centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.FormControl, .Button {
|
.FormControl[type=text],
|
||||||
|
.FormControl[type=email],
|
||||||
|
.FormControl[type=password],
|
||||||
|
.Button {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
@@ -20,6 +23,9 @@
|
|||||||
.Form-group {
|
.Form-group {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
.checkbox {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-group > label {
|
.Form-group > label {
|
||||||
|
Reference in New Issue
Block a user