Fix taglist-cat widget jumps when selecting "-" button

This commit is contained in:
Hadi Nategh 2016-04-21 14:13:20 +00:00
parent 6c19f07d17
commit d8cf78d045
5 changed files with 12 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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
*/ */

View File

@ -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
*/ */

View File

@ -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

View File

@ -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
*/ */