#641152 by mcjim and bleen18: Fix styling of profile selection in Seven.

merge-requests/26/head
Angie Byron 2009-12-07 05:08:12 +00:00
parent f3d5790c3b
commit 778ec56c7b
1 changed files with 6 additions and 0 deletions

View File

@ -833,6 +833,12 @@ body.in-maintenance .form-radios .form-type-radio {
padding: 2px 0; padding: 2px 0;
} }
body.in-maintenance div.form-item:after {
content: "";
display: none;
clear: none;
}
body.in-maintenance .form-submit { body.in-maintenance .form-submit {
display: block; display: block;
} }