Fix CSS for /user/new on validation error
This commit is contained in:
parent
666ee1218f
commit
5cbaceb45f
1 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue