mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
- Fix taglist item's width in edit mode causes input field to jump into the second line
This commit is contained in:
parent
593d81184d
commit
e6e4ca6309
@ -1007,9 +1007,9 @@ ul.et2_link_string {
|
|||||||
background-position: 0px -10px;
|
background-position: 0px -10px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin: 2px 10px 0 2px;
|
margin: 2px 6px 0 2px;
|
||||||
}
|
}
|
||||||
.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 10px 0 10px;}
|
.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 0px 0 6px;}
|
||||||
.et2_taglist .ms-res-ctn {
|
.et2_taglist .ms-res-ctn {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
|
Loading…
Reference in New Issue
Block a user