From a496e73c778e556cd148d6280e718c0d0bb70cea Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 29 Mar 2015 22:01:16 -0400 Subject: [PATCH] Css fix --- css/civicrm.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index 567865ce2e..ee95e8ce45 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2588,7 +2588,8 @@ div a.helpicon:focus { border: 0 none; } -/* Override Drupal .2em margin-bottom on forms (we don't want to give up that space) */ +/* ID selector is needed to override Drupal 2em margin-bottom on forms (we don't want to give up that space) */ +div#crm-container form, div.crm-container form { margin-bottom: 0; } -- 2.25.1