projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fd7ae
)
Css fix
author
Coleman Watts
<coleman@civicrm.org>
Mon, 30 Mar 2015 02:01:16 +0000
(22:01 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 30 Mar 2015 02:01:16 +0000
(22:01 -0400)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 567865ce2ed421070e493d4247bedebdf5cadfa1..ee95e8ce456d4c0548aaad7c2d0885b015eaa2ba 100644
(file)
--- 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;
}