1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Few tweaks to multi style

Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
This commit is contained in:
Christopher Nadeau 2012-06-12 09:49:48 +01:00 committed by Igor Vaynberg
parent 2f3262d39e
commit efccc62510
2 changed files with 1 additions and 11 deletions

View File

@ -324,10 +324,6 @@ disabled look for already selected choices in the results dropdown
position: relative;
}
.select2-container-multi .select2-drop {
margin-top:0;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
@ -428,12 +424,6 @@ disabled look for already selected choices in the results dropdown
background-position: right -11px;
}
.select2-container-multi .select2-results {
margin: -1px 0 0;
padding: 0;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices{

View File

@ -1136,7 +1136,7 @@
" <input type='text' autocomplete='off' style='width: 25px;'>" ,
" </li>" ,
"</ul>" ,
"<div class='select2-drop' style='display:none;'>" ,
"<div class='select2-drop select2-drop-multi' style='display:none;'>" ,
" <ul class='select2-results'>" ,
" </ul>" ,
"</div>"].join(""));