Skip to content
Snippets Groups Projects
Commit eb8d0087 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Updating the "not me" placement to go along with Bryan's mocks.

* "This is not me" is in the upper right.
* "Use a different email" is directly below the bottom email.

close #459
parent 524203ae
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,10 @@
margin-top: 20px;
}
#signIn .submit {
position: static;
}
#signIn .submit > p {
font-size: 14px;
}
......@@ -115,9 +119,18 @@
#content, .form_section, .pickemail .inputs, .vertical {
height: auto;
max-height: none;
overflow: visible;
}
.pickemail .vertical a {
font-size: 1.2em;
}
#useNewEmail {
margin-top: 18px;
}
#error .vertical, #wait .vertical {
height: 250px;
}
......
......@@ -245,7 +245,7 @@ section > .contents {
}
#signIn .vertical {
padding: 15px 20px 20px 20px;
padding: 0 20px;
}
#signIn .vertical ul {
......@@ -262,8 +262,11 @@ section > .contents {
}
#signIn .submit {
margin-top: 10px;
line-height: 28px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#signIn .submit > p {
......@@ -566,17 +569,17 @@ html[xmlns] .cf {
margin: 1em 0 .5em;
padding: 0 1em;
line-height: 18px;
min-height: 110px;
}
.pickemail .inputs {
height: 110px;
min-height: 0;
max-height: 110px;
overflow-y: auto;
position: relative;
}
.form_section {
height: 176px;
position: relative;
}
.add {
......@@ -594,6 +597,20 @@ label[for=remember] {
#thisIsNotMe {
margin-right: 10px;
float: right;
}
#useNewEmail {
margin-left: 0.8em;
}
.pickemail .vertical a {
background-color: #F0EFED;
color: #4E4E4E;
font-size: 0.75em;
padding: 0 5px;
display: inline-block;
line-height: 18px;
}
#addEmail {
......@@ -601,7 +618,7 @@ label[for=remember] {
}
.submit > button {
margin: 0 5px 15px 0;
margin: 0 5px 0 0;
}
#newEmail {
......
<a id="thisIsNotMe" href="#">This is not me...</a>
<strong>Sign in using</strong>
<div id="selectEmail" class="form_section">
......@@ -14,6 +15,7 @@
</li>
<% }); %>
</ul>
<a id="useNewEmail" href="#">Use a different email</a>
<div class="submit add cf">
......@@ -27,8 +29,6 @@
<button id="signInButton">sign in</button>
<p>
<a id="thisIsNotMe" href="#">This is not me</a>
<a id="useNewEmail" href="#">Use a different email</a>
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment