From 919cd6401a3c84a1974a2d8081817851639a33f0 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Thu, 30 Jul 2020 14:04:39 -0400 Subject: [PATCH] Icons on buttons positioned inline, not absolute --- css/civicrm.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index a3264938b0..3b1ff140e2 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2117,20 +2117,13 @@ a.crm-i:hover { color: #86c661; } -.crm-i-button { - position: relative; -} - .crm-i-button>.crm-i { - position: absolute; - pointer-events: none; - top: .4em; - left: .4em; + padding-left: 5px; } .crm-container .crm-button.crm-i-button input[type="button"], .crm-container .crm-button.crm-i-button input.crm-form-submit { - padding-left: 1.6em; + padding-left: 0; } .crm-container a.helpicon { -- 2.25.1