mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -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 {
|
||||
a {
|
||||
color: scale-color($primary, $lightness: 35%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
|
||||
#login-form {
|
||||
a {
|
||||
color: $primary;
|
||||
cursor: pointer;
|
||||
color: scale-color($primary, $lightness: 35%);
|
||||
}
|
||||
label { float: left; display: block; }
|
||||
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 {
|
||||
td.label {
|
||||
padding-top: 10px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -382,7 +382,7 @@ en:
|
|||
|
||||
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."
|
||||
invalid: "Please enter a valid email address."
|
||||
authenticated: "Your email has been authenticated by {{provider}}."
|
||||
|
|
Loading…
Reference in a new issue