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: 5e50161b238c6bdd28b84fa7578e20d749b03887
4
- data.tar.gz: 76f1e5f29b90df478aba1fb6293e46196f6a04d7
3
+ metadata.gz: 31fdcdde5214d1529f848585b503076e9daac52f
4
+ data.tar.gz: 19ce839751a84726627c82d1f9636f142fd7cf11
5
5
  SHA512:
6
- metadata.gz: d1a5a32a78216a15e4c483a0a470c0c6d5762d9291000c97988df44ff9b2b94a1a0739973654fbcccd976a0dbf0e6e77332f1939625282418dee6e3a9d493d38
7
- data.tar.gz: e7089cff98ebf4a4af5c3be4f606753608ba599e001741c285753f257f16c18e4f6ce5951288695c75b08d5000f5f9cf8399ef0af3176d5fb45f4e884faac7d1
6
+ metadata.gz: 9e6a1cc8e66f322b581858e7f4f9b9fcf13f71a128c2503937e578392166eacc6a7ec1d9bd8e08b4ca2d108665a6c360b6fec8cda28f07f394fb74db064dc3b1
7
+ data.tar.gz: b71b1a0536398b1e65942e62e23dff7d1c8d1278a844ce63ffd164bfe2454d411ef0ffeef67f664ec9be7d7df6c5c28363c64c26860013d2e2f9a5697ef4b61a
@@ -1,5 +1,5 @@
1
1
  module BootstrapChosenRails
2
2
  module Rails
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -115,13 +115,13 @@
115
115
  bottom: 0;
116
116
 
117
117
  span {
118
- background: url($chosen-sprite-path) no-repeat -4px -3px;
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: url($chosen-sprite-path) no-repeat -22px -3px;
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: url($chosen-sprite-path) right top no-repeat;
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: url($chosen-sprite-path) no-repeat 0 7px;
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: url($chosen-sprite-path) no-repeat 100% -20px, $chosen-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: url($chosen-sprite-path) right top no-repeat;
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: url($chosen-sprite-path) no-repeat -28px -20px, $chosen-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: url($chosen-sprite-retina-path) !important;
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.3
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-03-26 00:00:00.000000000 Z
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.