From ffe2737831db9fcaef7ea7111a87e50c65283a05 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Wed, 5 Oct 2011 12:15:53 +0100 Subject: [PATCH] This adds styling to the already_taken message. --- browserid/static/dialog/css/popup.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/browserid/static/dialog/css/popup.css b/browserid/static/dialog/css/popup.css index 953089962..391afa23c 100644 --- a/browserid/static/dialog/css/popup.css +++ b/browserid/static/dialog/css/popup.css @@ -493,9 +493,6 @@ html[xmlns] .cf { min-height: 106px; max-height: 140px; overflow-y: auto; -} - -.inputs { margin: 1em 0 .5em; padding: 0 1em; line-height: 18px; @@ -526,6 +523,7 @@ html[xmlns] .cf { } #cannot_authenticate, +#already_taken, .newuser, .forgot, .returning { -- GitLab