mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Etemplate: Adjust spacing and padding around link entry widget's clear button
This commit is contained in:
parent
32b49f03ed
commit
15107a1466
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user