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

Merge branch 'this_is_not_me_own_line' into dev

parents ad7437a6 9ecdca8b
No related branches found
No related tags found
No related merge requests found
......@@ -201,6 +201,10 @@ h2 {
line-height: 28px;
}
#signIn .submit > p {
line-height: 13px;
}
#signIn .remember {
display: inline-block;
line-height: 28px;
......@@ -498,8 +502,7 @@ html[xmlns] .cf {
}
.inputs {
min-height: 106px;
max-height: 140px;
height: 110px;
overflow-y: auto;
margin: 1em 0 .5em;
padding: 0 1em;
......
......@@ -26,8 +26,10 @@
</ul>
<div class="submit add cf">
<a id="thisIsNotMe" href="#">This is not me</a>
<a id="useNewEmail" href="#">Use a different email</a>
<p>
<a id="thisIsNotMe" href="#">This is not me</a>
<a id="useNewEmail" href="#">Use a different email</a>
</p>
<button id="signInButton">sign in</button>
</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