Skip to content

Commit

Permalink
Few tweaks to multi style
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vaynberg <igor.vaynberg@gmail.com>
  • Loading branch information
chroder authored and ivaynberg committed Jun 13, 2012
1 parent 2f3262d commit efccc62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions select2.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion select2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(""));
Expand Down

0 comments on commit efccc62

Please sign in to comment.