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

Removing the &nbsp's and using CSS.

Thinking that maybe we should remove the email addresses entirely whenenver trying to add a new one.  There is too much clutter on the screen with everything.
parent 092e0f4e
No related branches found
No related tags found
No related merge requests found
......@@ -474,9 +474,8 @@ html[xmlns] .cf {
body.pickemail #inputs {
overflow-y: auto;
max-height: 95px;
margin-top: 1em;
margin-left: 1em;
max-height: 141px;
margin: 1em;
line-height: 18px;
}
......@@ -487,6 +486,10 @@ body.pickemail #inputs {
display: none;
}
#thisIsNotMe {
margin-right: 10px;
}
#differentEmail {
display: none;
}
......
......@@ -27,7 +27,6 @@
<div class="submit cf">
<div class="add cf">
<a id="thisIsNotMe" href="#">This is not me</a>
&nbsp;&nbsp;
<a id="useDifferentEmail" href="#">Use a different email</a>
<div id="differentEmail" class="cf">
<label for="newEmail">New email address</label>
......
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