From 5cbaceb45fef57a6079b5c647c4ac574f9e1c0e2 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 1 Aug 2013 10:35:24 -0700 Subject: [PATCH] Fix CSS for /user/new on validation error --- app/assets/stylesheets/common.css.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 { -- 2.43.2