File tree 2 files changed +8
-5
lines changed
Resources/public/select2/css
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
9
9
zoom : 1 ;
10
10
* display : inline;
11
11
vertical-align : middle;
12
+ height : 34px ;
13
+ /* force no padding */
14
+ padding : 0 !important ;
12
15
}
13
16
14
17
.select2-container ,
@@ -30,14 +33,14 @@ Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
30
33
31
34
.select2-container .select2-choice {
32
35
display : block;
33
- height : 26 px ;
36
+ height : 34 px ;
34
37
padding : 0 0 0 8px ;
35
38
overflow : hidden;
36
39
position : relative;
37
40
38
41
border : 1px solid # aaa ;
39
42
white-space : nowrap;
40
- line-height : 26 px ;
43
+ line-height : 34 px ;
41
44
color : # 444 ;
42
45
text-decoration : none;
43
46
@@ -206,7 +209,7 @@ Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
206
209
display : block;
207
210
width : 100% ;
208
211
height : 100% ;
209
- background : url ('../img/select2.png' ) no-repeat 0 1 px ;
212
+ background : url ('../img/select2.png' ) no-repeat 0 4 px ;
210
213
}
211
214
212
215
.select2-search {
@@ -320,7 +323,7 @@ Version: 3.4.0 Timestamp: Tue May 14 08:27:33 PDT 2013
320
323
filter : none;
321
324
}
322
325
.select2-dropdown-open .select2-choice div b {
323
- background-position : -18px 1 px ;
326
+ background-position : -18px 4 px ;
324
327
}
325
328
326
329
/* results */
You can’t perform that action at this time.
0 commit comments