Etemplate: Adjust spacing and padding around link entry widget's clear button

This commit is contained in:
nathangray 2019-11-01 15:14:02 -06:00
parent 32b49f03ed
commit 15107a1466

View File

@ -845,7 +845,8 @@ div.et2_link_entry input.ui-autocomplete-input {
width: 100%; width: 100%;
} }
.et2_link_entry.no_app input.ui-autocomplete-input { .et2_link_entry.no_app input.ui-autocomplete-input {
width: 100%; width: calc(100% - 22px);
padding-right: 16px
} }
.et2_link_entry.no_app select { .et2_link_entry.no_app select {
display: none; display: none;
@ -856,7 +857,7 @@ div.et2_link_entry input.ui-autocomplete-input {
border: none; border: none;
position: relative; position: relative;
top: 3px; top: 3px;
left: -26px; left: -18px;
cursor: pointer; cursor: pointer;
margin-top: -3px; margin-top: -3px;
} }