Fix CSS for /user/new on validation error

This commit is contained in:
John Firebaugh 2013-08-01 10:35:24 -07:00
parent 666ee1218f
commit 5cbaceb45f

View file

@ -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 {