forked from extern/egroupware
Fix taglist-cat widget jumps when selecting "-" button
This commit is contained in:
parent
6c19f07d17
commit
d8cf78d045
@ -1064,7 +1064,7 @@ ul.et2_link_string {
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
right: 0px;
|
||||
z-index: 5;
|
||||
background-color: white;
|
||||
background-repeat: no-repeat;
|
||||
@ -1100,7 +1100,7 @@ div .et2_taglist_single div.ms-sel-ctn div.ms-sel-item {
|
||||
border: none;
|
||||
background: inherit;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 6px;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -898,6 +898,9 @@
|
||||
background-image: url("../images/plus.svg");
|
||||
background-size: 50%;
|
||||
}
|
||||
.et2_taglist.et2_taglist_category {
|
||||
max-height: 20px !important;
|
||||
}
|
||||
/**
|
||||
* et2_toolbar
|
||||
*/
|
||||
|
@ -887,6 +887,9 @@
|
||||
background-image: url("../images/plus.svg");
|
||||
background-size: 50%;
|
||||
}
|
||||
.et2_taglist.et2_taglist_category {
|
||||
max-height: 20px !important;
|
||||
}
|
||||
/**
|
||||
* et2_toolbar
|
||||
*/
|
||||
|
@ -864,6 +864,7 @@ textarea.description {
|
||||
background-image: url("../images/plus.svg");
|
||||
background-size: 50%;
|
||||
}
|
||||
.et2_taglist.et2_taglist_category {max-height: 20px !important;}
|
||||
|
||||
/**
|
||||
* et2_toolbar
|
||||
|
@ -909,6 +909,9 @@
|
||||
background-image: url("../images/plus.svg");
|
||||
background-size: 50%;
|
||||
}
|
||||
.et2_taglist.et2_taglist_category {
|
||||
max-height: 20px !important;
|
||||
}
|
||||
/**
|
||||
* et2_toolbar
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user