mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 08:41:32 +01:00
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;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 0px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -1100,7 +1100,7 @@ div .et2_taglist_single div.ms-sel-ctn div.ms-sel-item {
|
|||||||
border: none;
|
border: none;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding-bottom: 6px;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -898,6 +898,9 @@
|
|||||||
background-image: url("../images/plus.svg");
|
background-image: url("../images/plus.svg");
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
}
|
}
|
||||||
|
.et2_taglist.et2_taglist_category {
|
||||||
|
max-height: 20px !important;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
*/
|
*/
|
||||||
|
@ -887,6 +887,9 @@
|
|||||||
background-image: url("../images/plus.svg");
|
background-image: url("../images/plus.svg");
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
}
|
}
|
||||||
|
.et2_taglist.et2_taglist_category {
|
||||||
|
max-height: 20px !important;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
*/
|
*/
|
||||||
|
@ -864,6 +864,7 @@ textarea.description {
|
|||||||
background-image: url("../images/plus.svg");
|
background-image: url("../images/plus.svg");
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
}
|
}
|
||||||
|
.et2_taglist.et2_taglist_category {max-height: 20px !important;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
|
@ -909,6 +909,9 @@
|
|||||||
background-image: url("../images/plus.svg");
|
background-image: url("../images/plus.svg");
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
}
|
}
|
||||||
|
.et2_taglist.et2_taglist_category {
|
||||||
|
max-height: 20px !important;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* et2_toolbar
|
* et2_toolbar
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user