Missed an update to select2. Commit ready for merge.

- Legacy-Id: 10533
This commit is contained in:
Lars Eggert 2015-12-02 16:53:18 +00:00
parent b1901d3066
commit d3088faafe
3 changed files with 8 additions and 20 deletions
ietf
bower.json
externals/static/select2

View file

@ -8,7 +8,7 @@
"font-awesome": "4.5.0",
"jquery": "1.11.3",
"jquery.cookie": "1.4.1",
"select2": "3.5.2",
"select2": "3.5.4",
"select2-bootstrap-css": "1.4.6"
},
"devDependencies": {},

View file

@ -1,13 +1,10 @@
/*
Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */
zoom: 1;
*display: inline;
vertical-align: middle;
}
@ -180,10 +177,6 @@ html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
@ -230,8 +223,7 @@ html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
width: 100%;
min-height: 26px;
margin: 0;
padding-left: 4px;
padding-right: 4px;
padding: 4px 4px 0 4px;
position: relative;
z-index: 10000;
@ -273,10 +265,6 @@ html[dir="rtl"] .select2-search input {
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: #fff url('select2-spinner.gif') no-repeat 100%;
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));

File diff suppressed because one or more lines are too long