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

View File

@ -898,6 +898,9 @@
background-image: url("../images/plus.svg");
background-size: 50%;
}
.et2_taglist.et2_taglist_category {
max-height: 20px !important;
}
/**
* et2_toolbar
*/

View File

@ -887,6 +887,9 @@
background-image: url("../images/plus.svg");
background-size: 50%;
}
.et2_taglist.et2_taglist_category {
max-height: 20px !important;
}
/**
* et2_toolbar
*/

View File

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

View File

@ -909,6 +909,9 @@
background-image: url("../images/plus.svg");
background-size: 50%;
}
.et2_taglist.et2_taglist_category {
max-height: 20px !important;
}
/**
* et2_toolbar
*/