my_admin 0.1.5 → 0.1.6

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: 57c58e480841d6bc60fd59c6c1191771a98ac242
4
- data.tar.gz: 4d0734b87d3409416f30f80b2d66d07fed4d5e39
3
+ metadata.gz: 156d6d03f25e60f2b1f04733f098e4461fda1c8e
4
+ data.tar.gz: d98043ede27efc6686446d71a47f8635d75d0b69
5
5
  SHA512:
6
- metadata.gz: 7b4e5ebf6e599d6c535e7e00ddad32805a75b970492f8211861e0e107da109746854d597a65edb629054e2b733fd6758a8efd14a31fe0276316c8536ef764cdb
7
- data.tar.gz: 3d8c93c93760e11833c8cbf222c28f73ebf144a723a56c0ecde5ffa9c572efeb26c6af7dc4568eec62a14b6b11fff9c5f8210c70596cf1c903d6601cc46876ea
6
+ metadata.gz: ad76d776499eb21aa7e19da0ef6cfb6775c0c6aeede7faab12de75126c1855a7949ab3e95fcd41692e8d44b2bea1145a97aca1bc62635b257f4b7fd0137125a7
7
+ data.tar.gz: 5e74d5641a8fc80992740997034d60ee5ab4b7c83a2dea2610f4649294fda640a008d2d4c15322a95b8cf2f610aa4cc987c530fa5d0b9cbb20ea2328323e826a
@@ -23,7 +23,7 @@
23
23
  *= require my_admin/plugins/datepicker/datepicker
24
24
  *= require my_admin/plugins/timepicker/bootstrap-timepicker.min
25
25
  *= require my_admin/plugins/xeditable/bootstrap-editable
26
- *= require my_admin/plugins/icheck/all
26
+ *= require my_admin/plugins/icheck/flat/_all
27
27
  *= require my_admin/style
28
28
  *= require my_admin/themes
29
29
  *= require my_admin/my_admin
@@ -7,7 +7,7 @@
7
7
  padding: 0;
8
8
  width: 20px;
9
9
  height: 20px;
10
- background: url(/assets/my_admin/plugins/icheck/flat/flat.png) no-repeat;
10
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/flat.png' %>") no-repeat;
11
11
  border: none;
12
12
  cursor: pointer;
13
13
  }
@@ -47,7 +47,7 @@
47
47
  only screen and (min-device-pixel-ratio: 1.5) {
48
48
  .icheckbox_flat,
49
49
  .iradio_flat {
50
- background-image: url(/assets/my_admin/plugins/icheck/flat/flat@2x.png);
50
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/flat@2x.png' %>");
51
51
  -webkit-background-size: 176px 22px;
52
52
  background-size: 176px 22px;
53
53
  }
@@ -61,7 +61,7 @@
61
61
  padding: 0;
62
62
  width: 20px;
63
63
  height: 20px;
64
- background: url(/assets/my_admin/plugins/icheck/flat/red.png) no-repeat;
64
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/red.png' %>") no-repeat;
65
65
  border: none;
66
66
  cursor: pointer;
67
67
  }
@@ -101,7 +101,7 @@
101
101
  only screen and (min-device-pixel-ratio: 1.5) {
102
102
  .icheckbox_flat-red,
103
103
  .iradio_flat-red {
104
- background-image: url(/assets/my_admin/plugins/icheck/flat/red@2x.png);
104
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/red@2x.png' %>");
105
105
  -webkit-background-size: 176px 22px;
106
106
  background-size: 176px 22px;
107
107
  }
@@ -115,7 +115,7 @@
115
115
  padding: 0;
116
116
  width: 20px;
117
117
  height: 20px;
118
- background: url(/assets/my_admin/plugins/icheck/flat/green.png) no-repeat;
118
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/green.png' %>") no-repeat;
119
119
  border: none;
120
120
  cursor: pointer;
121
121
  }
@@ -155,7 +155,7 @@
155
155
  only screen and (min-device-pixel-ratio: 1.5) {
156
156
  .icheckbox_flat-green,
157
157
  .iradio_flat-green {
158
- background-image: url(/assets/my_admin/plugins/icheck/flat/green@2x.png);
158
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/green@2x.png' %>");
159
159
  -webkit-background-size: 176px 22px;
160
160
  background-size: 176px 22px;
161
161
  }
@@ -169,7 +169,7 @@
169
169
  padding: 0;
170
170
  width: 20px;
171
171
  height: 20px;
172
- background: url(/assets/my_admin/plugins/icheck/flat/blue.png) no-repeat;
172
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/blue.png' %>") no-repeat;
173
173
  border: none;
174
174
  cursor: pointer;
175
175
  }
@@ -209,7 +209,7 @@
209
209
  only screen and (min-device-pixel-ratio: 1.5) {
210
210
  .icheckbox_flat-blue,
211
211
  .iradio_flat-blue {
212
- background-image: url(/assets/my_admin/plugins/icheck/flat/blue@2x.png);
212
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/blue@2x.png' %>");
213
213
  -webkit-background-size: 176px 22px;
214
214
  background-size: 176px 22px;
215
215
  }
@@ -223,7 +223,7 @@
223
223
  padding: 0;
224
224
  width: 20px;
225
225
  height: 20px;
226
- background: url(/assets/my_admin/plugins/icheck/flat/aero.png) no-repeat;
226
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/aero.png' %>") no-repeat;
227
227
  border: none;
228
228
  cursor: pointer;
229
229
  }
@@ -263,7 +263,7 @@
263
263
  only screen and (min-device-pixel-ratio: 1.5) {
264
264
  .icheckbox_flat-aero,
265
265
  .iradio_flat-aero {
266
- background-image: url(/assets/my_admin/plugins/icheck/flat/aero@2x.png);
266
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/aero@2x.png' %>");
267
267
  -webkit-background-size: 176px 22px;
268
268
  background-size: 176px 22px;
269
269
  }
@@ -277,7 +277,7 @@
277
277
  padding: 0;
278
278
  width: 20px;
279
279
  height: 20px;
280
- background: url(/assets/my_admin/plugins/icheck/flat/grey.png) no-repeat;
280
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/grey.png' %>") no-repeat;
281
281
  border: none;
282
282
  cursor: pointer;
283
283
  }
@@ -317,7 +317,7 @@
317
317
  only screen and (min-device-pixel-ratio: 1.5) {
318
318
  .icheckbox_flat-grey,
319
319
  .iradio_flat-grey {
320
- background-image: url(/assets/my_admin/plugins/icheck/flat/grey@2x.png);
320
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/grey@2x.png' %>");
321
321
  -webkit-background-size: 176px 22px;
322
322
  background-size: 176px 22px;
323
323
  }
@@ -331,7 +331,7 @@
331
331
  padding: 0;
332
332
  width: 20px;
333
333
  height: 20px;
334
- background: url(/assets/my_admin/plugins/icheck/flat/orange.png) no-repeat;
334
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/orange.png' %>") no-repeat;
335
335
  border: none;
336
336
  cursor: pointer;
337
337
  }
@@ -371,7 +371,7 @@
371
371
  only screen and (min-device-pixel-ratio: 1.5) {
372
372
  .icheckbox_flat-orange,
373
373
  .iradio_flat-orange {
374
- background-image: url(/assets/my_admin/plugins/icheck/flat/orange@2x.png);
374
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/orange@2x.png' %>");
375
375
  -webkit-background-size: 176px 22px;
376
376
  background-size: 176px 22px;
377
377
  }
@@ -385,7 +385,7 @@
385
385
  padding: 0;
386
386
  width: 20px;
387
387
  height: 20px;
388
- background: url(/assets/my_admin/plugins/icheck/flat/yellow.png) no-repeat;
388
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/yellow.png' %>") no-repeat;
389
389
  border: none;
390
390
  cursor: pointer;
391
391
  }
@@ -425,7 +425,7 @@
425
425
  only screen and (min-device-pixel-ratio: 1.5) {
426
426
  .icheckbox_flat-yellow,
427
427
  .iradio_flat-yellow {
428
- background-image: url(/assets/my_admin/plugins/icheck/flat/yellow@2x.png);
428
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/yellow@2x.png' %>");
429
429
  -webkit-background-size: 176px 22px;
430
430
  background-size: 176px 22px;
431
431
  }
@@ -439,7 +439,7 @@
439
439
  padding: 0;
440
440
  width: 20px;
441
441
  height: 20px;
442
- background: url(/assets/my_admin/plugins/icheck/flat/pink.png) no-repeat;
442
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/pink.png' %>") no-repeat;
443
443
  border: none;
444
444
  cursor: pointer;
445
445
  }
@@ -479,7 +479,7 @@
479
479
  only screen and (min-device-pixel-ratio: 1.5) {
480
480
  .icheckbox_flat-pink,
481
481
  .iradio_flat-pink {
482
- background-image: url(/assets/my_admin/plugins/icheck/flat/pink@2x.png);
482
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/pink@2x.png' %>");
483
483
  -webkit-background-size: 176px 22px;
484
484
  background-size: 176px 22px;
485
485
  }
@@ -493,7 +493,7 @@
493
493
  padding: 0;
494
494
  width: 20px;
495
495
  height: 20px;
496
- background: url(/assets/my_admin/plugins/icheck/flat/purple.png) no-repeat;
496
+ background: url("<%= asset_path 'my_admin/plugins/icheck/flat/purple.png' %>") no-repeat;
497
497
  border: none;
498
498
  cursor: pointer;
499
499
  }
@@ -533,7 +533,7 @@
533
533
  only screen and (min-device-pixel-ratio: 1.5) {
534
534
  .icheckbox_flat-purple,
535
535
  .iradio_flat-purple {
536
- background-image: url(/assets/my_admin/plugins/icheck/flat/purple@2x.png);
536
+ background-image: url("<%= asset_path 'my_admin/plugins/icheck/flat/purple@2x.png' %>");
537
537
  -webkit-background-size: 176px 22px;
538
538
  background-size: 176px 22px;
539
539
  }
@@ -1,3 +1,3 @@
1
1
  module MyAdmin
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Vinicius von Gal dos Santos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-24 00:00:00.000000000 Z
11
+ date: 2016-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -739,7 +739,7 @@ files:
739
739
  - app/assets/stylesheets/my_admin/plugins/gmap/gmap3-menu.css.erb
740
740
  - app/assets/stylesheets/my_admin/plugins/gritter/jquery.gritter.css
741
741
  - app/assets/stylesheets/my_admin/plugins/icheck/all.css
742
- - app/assets/stylesheets/my_admin/plugins/icheck/flat/_all.css
742
+ - app/assets/stylesheets/my_admin/plugins/icheck/flat/_all.css.erb
743
743
  - app/assets/stylesheets/my_admin/plugins/icheck/flat/aero.css
744
744
  - app/assets/stylesheets/my_admin/plugins/icheck/flat/blue.css
745
745
  - app/assets/stylesheets/my_admin/plugins/icheck/flat/flat.css