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 cf35dd4 commit 9dd6008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/select2/select2-bootstrap3.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
}

.select2-container-multi .select2-choices .select2-search-choice {
margin-bottom: 3px;
margin-top: 5px;
padding-top: 4px;
padding-bottom: 4px;
}

.select2-container-multi .select2-search-choice:hover, .select2-container .select2-search-choice:focus {
Expand All @@ -93,8 +94,6 @@
.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;
Expand Down Expand Up @@ -123,19 +122,20 @@
padding: 0;
}


.select2-container.input-lg .select2-choice,
.input-group-lg .select2-choice,
.select2-container-multi.input-lg .select2-choices,
.input-group-lg .select2-choices {
padding: 3.5px 0;
padding: 3px 0;
height: 46px !important;
font-size: 18px;
border-radius: 6px;
}

.select2-container-multi.input-lg .select2-choices,
.input-group-lg .select2-choices {
padding: 5.2px 0;
line-height: 2.05;
}

.input-lg .select2-search-choice, .input-group-lg .select2-search-choice {
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 9dd6008

Please sign in to comment.