mobile login tweaks
This commit is contained in:
parent
ed125975a1
commit
024c503870
|
@ -19,8 +19,8 @@
|
|||
color: $primary;
|
||||
cursor: pointer;
|
||||
}
|
||||
label {float: left; display: block;}
|
||||
textarea, input, select {font-size: 16px; clear: left; margin-top: 0;}
|
||||
label { float: left; display: block; }
|
||||
textarea, input, select {font-size: 16px; clear: left; margin-top: 0; }
|
||||
td { padding: 4px; }
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,17 @@ a#forgot-password-link {clear: left; float: left; }
|
|||
.create-account .modal-body {
|
||||
input[type=text], input[type=email], input[type=password] {
|
||||
display: inline-block;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
tr.instructions {
|
||||
label {
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
}
|
||||
|
||||
tr.in
|
||||
tr.input {
|
||||
td.label {
|
||||
padding-top: 10px;
|
||||
|
|
|
@ -376,7 +376,7 @@ en:
|
|||
|
||||
email:
|
||||
title: "Email"
|
||||
instructions: "Your email will never be shown to the public."
|
||||
instructions: "Will never be 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}}."
|
||||
|
@ -384,12 +384,12 @@ en:
|
|||
|
||||
name:
|
||||
title: "Name"
|
||||
instructions: "The long version of your name."
|
||||
instructions: "Longer version of your name."
|
||||
too_short: "Your name is too short."
|
||||
ok: "Your name looks good."
|
||||
username:
|
||||
title: "Username"
|
||||
instructions: "Your @username must be unique, no spaces, short."
|
||||
instructions: "Must be unique, no spaces, short."
|
||||
short_instructions: "People can mention you as @{{username}}."
|
||||
available: "Your username is available."
|
||||
global_match: "Email matches the registered username."
|
||||
|
|
Loading…
Reference in New Issue