From: John Firebaugh Date: Thu, 1 Aug 2013 17:35:24 +0000 (-0700) Subject: Fix CSS for /user/new on validation error X-Git-Tag: live~4796^2~22 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5cbaceb45fef57a6079b5c647c4ac574f9e1c0e2?hp=666ee1218f8d26edb3f79d4f42d8800f99fbf439;ds=inline Fix CSS for /user/new on validation error --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index adcb01d52..b9306a4f1 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1053,12 +1053,16 @@ ul.results-list li { border-bottom: 1px solid #ccc; } max-width: 740px; } } -.user-new #content.pad2 { - padding: 0; + +.user-new, +.user-create { + .content-heading { + height: 200px; } -.user-new .content-heading { - height: 200px; + #content.pad2 { + padding: 0; + } } .header-illustration {