summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-07 05:08:12 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-12-07 05:08:12 +0000
commit778ec56c7b2e30b97671b4f5090c7832ed41649d (patch)
treede59190487712484efd4052c494e06fc09247c77
parentf3d5790c3b761e2cce3454972b75dae1c0418dd5 (diff)
downloadbrdo-778ec56c7b2e30b97671b4f5090c7832ed41649d.tar.gz
brdo-778ec56c7b2e30b97671b4f5090c7832ed41649d.tar.bz2
#641152 by mcjim and bleen18: Fix styling of profile selection in Seven.
-rw-r--r--themes/seven/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 053a6dd90..eaf340172 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -833,6 +833,12 @@ body.in-maintenance .form-radios .form-type-radio {
padding: 2px 0;
}
+body.in-maintenance div.form-item:after {
+ content: "";
+ display: none;
+ clear: none;
+}
+
body.in-maintenance .form-submit {
display: block;
}