From: Coleman Watts Date: Wed, 23 Dec 2015 04:31:15 +0000 (-0500) Subject: Fix hover button padding X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf131abd356e40d116c2e943ef0b3a003502a55a;p=civicrm-core.git Fix hover button padding --- diff --git a/css/civicrm.css b/css/civicrm.css index 9b2ee7d502..93d9644694 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1437,7 +1437,7 @@ input.crm-form-entityref { text-decoration: none; font-size: .9em; color: #000; - padding: 1px 2px 1px 0; + padding: 1px 3px; opacity: .7; cursor: pointer; }