From ddba1ef745b8844ed794e57ea3ac6a6ab33ecaea Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Thu, 29 Sep 2011 10:11:06 +0100
Subject: [PATCH] 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.
---
 browserid/static/dialog/css/popup.css       | 9 ++++++---
 browserid/static/dialog/views/pickemail.ejs | 1 -
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/browserid/static/dialog/css/popup.css b/browserid/static/dialog/css/popup.css
index 935823440..46aec0702 100644
--- a/browserid/static/dialog/css/popup.css
+++ b/browserid/static/dialog/css/popup.css
@@ -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;
 }
diff --git a/browserid/static/dialog/views/pickemail.ejs b/browserid/static/dialog/views/pickemail.ejs
index 906904902..0750c6e31 100644
--- a/browserid/static/dialog/views/pickemail.ejs
+++ b/browserid/static/dialog/views/pickemail.ejs
@@ -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>
-- 
GitLab