From 69d188616e2b5629aead014b675277764e48ca5c Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Thu, 30 Jul 2020 14:46:48 -0400 Subject: [PATCH] Remove weird styling for "Configure CKEditor" button --- css/civicrm.css | 8 -------- templates/CRM/Admin/Form/Preferences/Display.tpl | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index 3473e75d67..996ae6f7f0 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2050,14 +2050,6 @@ input.crm-form-entityref { margin-left: 3px; } -.crm-container .crm-button.crm-icon-button { - padding: 2px 2px 1px 4px; -} - -.crm-container .crm-button.crm-icon-button input { - padding-left: 18px; -} - .crm-container .crm-button.button-crm-i { padding: 2px 0 1px 5px; } diff --git a/templates/CRM/Admin/Form/Preferences/Display.tpl b/templates/CRM/Admin/Form/Preferences/Display.tpl index 049a5ebf99..44ff0ba7aa 100644 --- a/templates/CRM/Admin/Form/Preferences/Display.tpl +++ b/templates/CRM/Admin/Form/Preferences/Display.tpl @@ -161,8 +161,8 @@ {$form.editor_id.html}   - - + + {$form.ckeditor_config.html} -- 2.25.1