lalala 4.0.0.dev.92 → 4.0.0.dev.94
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b171c22c043ef118204cdd7464e4dfea865e2b63
|
4
|
+
data.tar.gz: 7945db4cb93ef5fba5fc7ebce23e2c48a2813445
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2565e8749477a034ea8f823f8394570154f99ca8d780d533ba20cf944c9e995932460452f4ff58c9b0d6c9d5de455bd0d0dac27b2b3ef284a5d8bd2b188ff85f
|
7
|
+
data.tar.gz: 15572346f387cb324bb08812ef21fca0d4a197d28c9a17aef78dd854a2be352a15b2e7520535ac3017de08adbeb6564f50483d94e6d5e7a60103d29ef7109dc6
|
Binary file
|
@@ -79,7 +79,7 @@
|
|
79
79
|
width: 18px;
|
80
80
|
}
|
81
81
|
.chzn-container-single .chzn-single div b {
|
82
|
-
background: url('/
|
82
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 0 1px;
|
83
83
|
display: block;
|
84
84
|
width: 100%;
|
85
85
|
height: 100%;
|
@@ -90,14 +90,14 @@
|
|
90
90
|
white-space: nowrap;
|
91
91
|
}
|
92
92
|
.chzn-container-single .chzn-search input {
|
93
|
-
background: #fff url('/
|
94
|
-
background: url('/
|
95
|
-
background: url('/
|
96
|
-
background: url('/
|
97
|
-
background: url('/
|
98
|
-
background: url('/
|
99
|
-
background: url('/
|
100
|
-
background: url('/
|
93
|
+
background: #fff image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px;
|
94
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
|
95
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
96
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
97
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
|
98
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
99
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
100
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
101
101
|
margin: 1px 0;
|
102
102
|
padding: 4px 20px 4px 5px;
|
103
103
|
outline: 0;
|
@@ -203,7 +203,7 @@
|
|
203
203
|
width: 8px;
|
204
204
|
height: 9px;
|
205
205
|
font-size: 1px;
|
206
|
-
background: url('/
|
206
|
+
background: image-url('lalala/chosen/chosen-sprite.png') right top no-repeat;
|
207
207
|
}
|
208
208
|
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
|
209
209
|
background-position: right -9px;
|
@@ -329,14 +329,14 @@
|
|
329
329
|
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
|
330
330
|
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
|
331
331
|
.chzn-rtl .chzn-search input {
|
332
|
-
background: url('/
|
333
|
-
background: url('/
|
334
|
-
background: url('/
|
335
|
-
background: url('/
|
336
|
-
background: url('/
|
337
|
-
background: url('/
|
338
|
-
background: url('/
|
339
|
-
background: url('/
|
332
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
|
333
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
|
334
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
335
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
|
336
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
|
337
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
338
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
339
|
+
background: image-url('lalala/chosen/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
|
340
340
|
padding: 4px 5px 4px 20px;
|
341
341
|
}
|
342
342
|
/* @end */
|
data/lib/lalala/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lalala
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.0.dev.
|
4
|
+
version: 4.0.0.dev.94
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Menke
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2013-04-
|
16
|
+
date: 2013-04-22 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: carrierwave
|
@@ -338,6 +338,7 @@ files:
|
|
338
338
|
- README.md
|
339
339
|
- Rakefile
|
340
340
|
- app/assets/images/.DS_Store
|
341
|
+
- app/assets/images/lalala/chosen/chosen-sprite.png
|
341
342
|
- app/assets/images/lalala/icons/accept.png
|
342
343
|
- app/assets/images/lalala/icons/add.png
|
343
344
|
- app/assets/images/lalala/icons/anchor.png
|