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