bootstrap-chosen-rails 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 31fdcdde5214d1529f848585b503076e9daac52f
|
|
4
|
+
data.tar.gz: 19ce839751a84726627c82d1f9636f142fd7cf11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e6a1cc8e66f322b581858e7f4f9b9fcf13f71a128c2503937e578392166eacc6a7ec1d9bd8e08b4ca2d108665a6c360b6fec8cda28f07f394fb74db064dc3b1
|
|
7
|
+
data.tar.gz: b71b1a0536398b1e65942e62e23dff7d1c8d1278a844ce63ffd164bfe2454d411ef0ffeef67f664ec9be7d7df6c5c28363c64c26860013d2e2f9a5697ef4b61a
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
bottom: 0;
|
|
116
116
|
|
|
117
117
|
span {
|
|
118
|
-
background:
|
|
118
|
+
background: $chosen-sprite-path no-repeat -4px -3px;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.chosen-results-scroll-up {
|
|
123
123
|
span {
|
|
124
|
-
background:
|
|
124
|
+
background: $chosen-sprite-path no-repeat -22px -3px;
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
abbr {
|
|
156
|
-
background:
|
|
156
|
+
background: $chosen-sprite-path right top no-repeat;
|
|
157
157
|
display: block;
|
|
158
158
|
font-size: 1px;
|
|
159
159
|
height: 10px;
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
width: 18px;
|
|
181
181
|
|
|
182
182
|
b {
|
|
183
|
-
background:
|
|
183
|
+
background: $chosen-sprite-path no-repeat 0 7px;
|
|
184
184
|
display: block;
|
|
185
185
|
height: 100%;
|
|
186
186
|
width: 100%;
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
z-index: $zindex-dropdown;
|
|
201
201
|
|
|
202
202
|
input[type="text"] {
|
|
203
|
-
background:
|
|
203
|
+
background: $chosen-sprite-path no-repeat 100% -20px, $chosen-background;
|
|
204
204
|
border: $chosen-border;
|
|
205
205
|
@include border-top-radius($chosen-border-radius);
|
|
206
206
|
@include border-bottom-radius($chosen-border-radius);
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
position: relative;
|
|
289
289
|
|
|
290
290
|
.search-choice-close {
|
|
291
|
-
background:
|
|
291
|
+
background: $chosen-sprite-path right top no-repeat;
|
|
292
292
|
display: block;
|
|
293
293
|
font-size: 1px;
|
|
294
294
|
height: 10px;
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
.chosen-search input[type="text"] {
|
|
441
|
-
background:
|
|
441
|
+
background: $chosen-sprite-path no-repeat -28px -20px, $chosen-background;
|
|
442
442
|
direction: rtl;
|
|
443
443
|
padding: 4px 5px 4px 20px;
|
|
444
444
|
}
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
|
|
453
453
|
.chosen-container .chosen-results-scroll-down span,
|
|
454
454
|
.chosen-container .chosen-results-scroll-up span {
|
|
455
|
-
background-image:
|
|
455
|
+
background-image: $chosen-sprite-retina-path !important;
|
|
456
456
|
background-size: 52px 37px !important;
|
|
457
457
|
background-repeat: no-repeat !important;
|
|
458
458
|
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootstrap-chosen-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Carbine
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: An alternate stylesheet for Chosen that integrates with Bootstrap and
|
|
14
14
|
Rails asset pipeline.
|