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