From 778ec56c7b2e30b97671b4f5090c7832ed41649d Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Mon, 7 Dec 2009 05:08:12 +0000 Subject: [PATCH] #641152 by mcjim and bleen18: Fix styling of profile selection in Seven. --- themes/seven/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/seven/style.css b/themes/seven/style.css index 053a6dd90066..eaf340172ee0 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; } -- GitLab