Skip to content

Commit

Permalink
Upgrade to release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 31, 2014
1 parent 4528256 commit cf35dd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions lib/select2/select2-bootstrap3.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

.select2-container .select2-choice {
height: 34px;
line-height: 1.42857;
line-height: 1.45;
}

.select2-container.select2-container-multi.form-control {
Expand Down Expand Up @@ -93,11 +93,13 @@
.input-group-sm .select2-choice,
.select2-container-multi.input-sm .select2-choices,
.input-group-sm .select2-choices {
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
height: 30px !important;
border-radius: 3px;
line-height: 1.5;
}

.input-sm .select2-search-choice, .input-group-sm .select2-search-choice {
margin: 4px !important;
margin-right: 0 !important;
Expand All @@ -113,8 +115,8 @@
background-position: -18px 1px;
}

.select2-container.input-sm .select2-choice .select2-search-field input , .select2-container-multi.input-sm .select2-choices .select2-search-field input {
height: 30px;
.select2-container-multi.input-sm .select2-input, .input-group-sm .select2-container-multi .select2-input {
height: 30px!important;
}

.select2-container.input-lg, .select2-container-multi.input-lg {
Expand Down
2 changes: 1 addition & 1 deletion lib/select2/select2-bootstrap3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf35dd4

Please sign in to comment.