From c6837a6822fd49a96fd57ca0d34126defce55808 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Fri, 13 Jan 2012 15:51:27 +0000
Subject: [PATCH] Fix the flicker in the email addresses when clicking "this is
 not me"

close #622
---
 resources/static/dialog/css/m.css     | 2 +-
 resources/static/dialog/css/popup.css | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/resources/static/dialog/css/m.css b/resources/static/dialog/css/m.css
index eef125f43..b0de8a3ee 100644
--- a/resources/static/dialog/css/m.css
+++ b/resources/static/dialog/css/m.css
@@ -121,7 +121,7 @@
     margin: 13px;
   }
 
-  #content, .form_section, .pickemail .inputs, .vertical {
+  #content, .form_section, .inputs, .vertical {
     height: auto;
     max-height: none;
     overflow: visible;
diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index c4d866d61..46d4dd0d6 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -353,11 +353,11 @@ footer {
     margin: 1em 0 .5em;
     padding: 0 1em;
     line-height: 18px;
+    max-height: 110px;
+    overflow-y: auto;
 }
 
 .pickemail .inputs {
-    max-height: 110px;
-    overflow-y: auto;
     position: relative;
 }
 
-- 
GitLab