Fix dropdown taglist menu and taglist height

This commit is contained in:
Hadi Nategh 2014-10-29 11:45:48 +00:00
parent 938afa0d70
commit 4cffb06bcb
3 changed files with 9 additions and 9 deletions

View File

@ -1785,7 +1785,7 @@ div#ui-datepicker-div {
*/
div.ms-ctn {
position: relative;
height: 28px;
height: auto;
padding: 0;
margin-bottom: 0px;
font-size: 14px;
@ -1881,7 +1881,7 @@ div.ms-ctn-bootstrap-focus {
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn {
position: relative;
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
@ -1989,7 +1989,7 @@ div.ms-sel-ctn .ms-sel-item .ms-close-btn {
top: 2px;
}
div.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
background-position: 0 -7px;
background-position: 0 0;
}
span.ms-helper {
color: #AAA;

View File

@ -13,7 +13,7 @@
*/
div.ms-ctn {
position: relative;
height: 28px;
height: auto;
padding: 0;
margin-bottom: 0px;
font-size: 14px;
@ -109,7 +109,7 @@ div.ms-ctn-bootstrap-focus {
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn {
position: relative;
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
@ -217,7 +217,7 @@ div.ms-sel-ctn .ms-sel-item .ms-close-btn {
top: 2px;
}
div.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
background-position: 0 -7px;
background-position: 0 0;
}
span.ms-helper {
color: #AAA;

View File

@ -17,7 +17,7 @@
div.ms-ctn{
position: relative;
height: 28px;
height: auto;
padding: 0;
margin-bottom: 0px;
font-size: 14px;
@ -113,7 +113,7 @@ div.ms-ctn-bootstrap-focus{
border-bottom: 1px solid #CCC;
}
div.ms-res-ctn{
position: relative;
position: absolute;
background: #FFF;
overflow-y: auto;
z-index: 9999;
@ -228,7 +228,7 @@ div.ms-sel-ctn .ms-sel-item .ms-close-btn{
top: 2px;
}
div.ms-sel-ctn .ms-sel-item .ms-close-btn:hover{
background-position: 0 -7px;
background-position: 0 0;
}
span.ms-helper{
color: #AAA;