From 59d00364dba7c11338efb69c49b5cc15f27bef55 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 12b14aab45..10c8760c8c 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2046,14 +2046,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 c79a2d025d..e36cc9501f 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