From 15107a1466ed58c542a11b58aa475cf9ff8aa719 Mon Sep 17 00:00:00 2001 From: nathangray Date: Fri, 1 Nov 2019 15:14:02 -0600 Subject: [PATCH] Etemplate: Adjust spacing and padding around link entry widget's clear button --- api/templates/default/etemplate2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 677ebdbbe0..b58c3cb289 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -845,7 +845,8 @@ div.et2_link_entry input.ui-autocomplete-input { width: 100%; } .et2_link_entry.no_app input.ui-autocomplete-input { - width: 100%; + width: calc(100% - 22px); + padding-right: 16px } .et2_link_entry.no_app select { display: none; @@ -856,7 +857,7 @@ div.et2_link_entry input.ui-autocomplete-input { border: none; position: relative; top: 3px; - left: -26px; + left: -18px; cursor: pointer; margin-top: -3px; }