my_admin 0.1.5 → 0.1.6
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: 156d6d03f25e60f2b1f04733f098e4461fda1c8e
|
4
|
+
data.tar.gz: d98043ede27efc6686446d71a47f8635d75d0b69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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(
|
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
|
}
|
data/lib/my_admin/version.rb
CHANGED
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.
|
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-
|
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
|