Fix wrapping of validation messages on signup form
This commit is contained in:
parent
b5d24c72b4
commit
ad375e231a
|
@ -26,6 +26,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.create-account {
|
.create-account {
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
tr.input {
|
tr.input {
|
||||||
td {
|
td {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
@ -33,6 +36,9 @@
|
||||||
input, label {
|
input, label {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.tip {
|
||||||
|
max-width: 340px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.instructions {
|
tr.instructions {
|
||||||
|
|
|
@ -608,7 +608,7 @@ en:
|
||||||
login_required: "Require authentication to read posts"
|
login_required: "Require authentication to read posts"
|
||||||
|
|
||||||
min_password_length: "Minimum password length."
|
min_password_length: "Minimum password length."
|
||||||
block_common_passwords: "Don't allow passwords that are in the top 5000 most common passwords."
|
block_common_passwords: "Don't allow passwords that are in the 5000 most common passwords."
|
||||||
enable_local_logins: "Enable traditional, local username and password authentication"
|
enable_local_logins: "Enable traditional, local username and password authentication"
|
||||||
enable_local_account_create: "Enable creating new local accounts"
|
enable_local_account_create: "Enable creating new local accounts"
|
||||||
enable_google_logins: "Enable Google authentication"
|
enable_google_logins: "Enable Google authentication"
|
||||||
|
|
Loading…
Reference in New Issue