From: Coleman Watts Date: Mon, 30 Mar 2015 02:01:16 +0000 (-0400) Subject: Css fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a496e73c778e556cd148d6280e718c0d0bb70cea;p=civicrm-core.git Css fix --- 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; }