few more mobile login style fixes

This commit is contained in:
Jeff Atwood 2014-09-22 22:35:39 -07:00
parent d188a75da4
commit 8db0ae0210
3 changed files with 3 additions and 6 deletions

View file

@ -12,7 +12,6 @@
#login-form {
a {
color: scale-color($primary, $lightness: 35%);
cursor: pointer;
}
}

View file

@ -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;
}
}
}

View file

@ -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}}."