mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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%;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user