mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-03 12:27:35 -05:00
few more mobile login style fixes
This commit is contained in:
parent
d188a75da4
commit
8db0ae0210
3 changed files with 3 additions and 6 deletions
|
@ -12,7 +12,6 @@
|
||||||
#login-form {
|
#login-form {
|
||||||
a {
|
a {
|
||||||
color: scale-color($primary, $lightness: 35%);
|
color: scale-color($primary, $lightness: 35%);
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,7 @@
|
||||||
|
|
||||||
#login-form {
|
#login-form {
|
||||||
a {
|
a {
|
||||||
color: $primary;
|
color: scale-color($primary, $lightness: 35%);
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
label { float: left; display: block; }
|
label { float: left; display: block; }
|
||||||
textarea, input, select {font-size: 16px; clear: left; margin-top: 0; }
|
textarea, input, select {font-size: 16px; clear: left; margin-top: 0; }
|
||||||
|
@ -47,10 +46,9 @@ a#forgot-password-link {clear: left; float: left; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.in
|
|
||||||
tr.input {
|
tr.input {
|
||||||
td.label {
|
td.label {
|
||||||
padding-top: 10px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -382,7 +382,7 @@ en:
|
||||||
|
|
||||||
email:
|
email:
|
||||||
title: "Email"
|
title: "Email"
|
||||||
instructions: "Will never be shown to the public."
|
instructions: "Never shown to the public."
|
||||||
ok: "Looks good. We will email you to confirm."
|
ok: "Looks good. We will email you to confirm."
|
||||||
invalid: "Please enter a valid email address."
|
invalid: "Please enter a valid email address."
|
||||||
authenticated: "Your email has been authenticated by {{provider}}."
|
authenticated: "Your email has been authenticated by {{provider}}."
|
||||||
|
|
Loading…
Reference in a new issue