icheck-rails 0.9.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +4 -0
- data/README.md +96 -0
- data/Rakefile +38 -0
- data/lib/icheck-rails.rb +2 -0
- data/lib/icheck/rails/engine.rb +8 -0
- data/lib/icheck/rails/version.rb +5 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +16 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -0
- data/test/dummy/log/test.log +0 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/tmp/cache/assets/C49/860/sprockets%2Ff95ca6fa195a121539576516050f0442 +0 -0
- data/test/dummy/tmp/cache/assets/C9D/6A0/sprockets%2F4e5f511955e048e988945f98fa362d50 +0 -0
- data/test/dummy/tmp/cache/assets/CA6/AD0/sprockets%2F54996ad04dbd12db290577520c5700a8 +0 -0
- data/test/dummy/tmp/cache/assets/D38/750/sprockets%2Fc329f8e2db11af756248e0ad6641af14 +0 -0
- data/test/dummy/tmp/cache/assets/D47/4E0/sprockets%2Fe628b0a79f40ee32cde4ee70e1671786 +0 -0
- data/test/dummy/tmp/cache/assets/D64/5D0/sprockets%2F3239d9cc3226b6f515f4b30fbfc46ac0 +0 -0
- data/test/dummy/tmp/cache/assets/DCB/2C0/sprockets%2F88aac4e21c3d3e6cfa7b82d245362def +0 -0
- data/test/dummy/tmp/cache/assets/E3A/2E0/sprockets%2Fd64d85294b8d3da8cfb8cdb4ce7e1fa6 +0 -0
- data/test/integration/icheck_deployment_test.rb +15 -0
- data/test/test_helper.rb +12 -0
- data/vendor/assets/images/icheck/flat/aero.png +0 -0
- data/vendor/assets/images/icheck/flat/aero@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/blue.png +0 -0
- data/vendor/assets/images/icheck/flat/blue@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/flat.png +0 -0
- data/vendor/assets/images/icheck/flat/flat@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/green.png +0 -0
- data/vendor/assets/images/icheck/flat/green@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/grey.png +0 -0
- data/vendor/assets/images/icheck/flat/grey@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/orange.png +0 -0
- data/vendor/assets/images/icheck/flat/orange@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/pink.png +0 -0
- data/vendor/assets/images/icheck/flat/pink@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/purple.png +0 -0
- data/vendor/assets/images/icheck/flat/purple@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/red.png +0 -0
- data/vendor/assets/images/icheck/flat/red@2x.png +0 -0
- data/vendor/assets/images/icheck/flat/yellow.png +0 -0
- data/vendor/assets/images/icheck/flat/yellow@2x.png +0 -0
- data/vendor/assets/images/icheck/futurico/futurico.png +0 -0
- data/vendor/assets/images/icheck/futurico/futurico@2x.png +0 -0
- data/vendor/assets/images/icheck/line/line.png +0 -0
- data/vendor/assets/images/icheck/line/line@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/aero.png +0 -0
- data/vendor/assets/images/icheck/minimal/aero@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/blue.png +0 -0
- data/vendor/assets/images/icheck/minimal/blue@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/green.png +0 -0
- data/vendor/assets/images/icheck/minimal/green@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/grey.png +0 -0
- data/vendor/assets/images/icheck/minimal/grey@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/minimal.png +0 -0
- data/vendor/assets/images/icheck/minimal/minimal@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/orange.png +0 -0
- data/vendor/assets/images/icheck/minimal/orange@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/pink.png +0 -0
- data/vendor/assets/images/icheck/minimal/pink@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/purple.png +0 -0
- data/vendor/assets/images/icheck/minimal/purple@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/red.png +0 -0
- data/vendor/assets/images/icheck/minimal/red@2x.png +0 -0
- data/vendor/assets/images/icheck/minimal/yellow.png +0 -0
- data/vendor/assets/images/icheck/minimal/yellow@2x.png +0 -0
- data/vendor/assets/images/icheck/polaris/polaris.png +0 -0
- data/vendor/assets/images/icheck/polaris/polaris@2x.png +0 -0
- data/vendor/assets/images/icheck/square/aero.png +0 -0
- data/vendor/assets/images/icheck/square/aero@2x.png +0 -0
- data/vendor/assets/images/icheck/square/blue.png +0 -0
- data/vendor/assets/images/icheck/square/blue@2x.png +0 -0
- data/vendor/assets/images/icheck/square/green.png +0 -0
- data/vendor/assets/images/icheck/square/green@2x.png +0 -0
- data/vendor/assets/images/icheck/square/grey.png +0 -0
- data/vendor/assets/images/icheck/square/grey@2x.png +0 -0
- data/vendor/assets/images/icheck/square/orange.png +0 -0
- data/vendor/assets/images/icheck/square/orange@2x.png +0 -0
- data/vendor/assets/images/icheck/square/pink.png +0 -0
- data/vendor/assets/images/icheck/square/pink@2x.png +0 -0
- data/vendor/assets/images/icheck/square/purple.png +0 -0
- data/vendor/assets/images/icheck/square/purple@2x.png +0 -0
- data/vendor/assets/images/icheck/square/red.png +0 -0
- data/vendor/assets/images/icheck/square/red@2x.png +0 -0
- data/vendor/assets/images/icheck/square/square.png +0 -0
- data/vendor/assets/images/icheck/square/square@2x.png +0 -0
- data/vendor/assets/images/icheck/square/yellow.png +0 -0
- data/vendor/assets/images/icheck/square/yellow@2x.png +0 -0
- data/vendor/assets/javascripts/jquery.icheck.js +397 -0
- data/vendor/assets/javascripts/zepto.icheck.js +402 -0
- data/vendor/assets/stylesheets/icheck/flat/_all.css +540 -0
- data/vendor/assets/stylesheets/icheck/flat/aero.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/blue.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/flat.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/green.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/grey.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/orange.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/pink.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/purple.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/red.css +54 -0
- data/vendor/assets/stylesheets/icheck/flat/yellow.css +54 -0
- data/vendor/assets/stylesheets/icheck/futurico/futurico.css +54 -0
- data/vendor/assets/stylesheets/icheck/line/_all.css +740 -0
- data/vendor/assets/stylesheets/icheck/line/aero.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/blue.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/green.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/grey.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/line.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/orange.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/pink.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/purple.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/red.css +74 -0
- data/vendor/assets/stylesheets/icheck/line/yellow.css +74 -0
- data/vendor/assets/stylesheets/icheck/minimal/_all.css +600 -0
- data/vendor/assets/stylesheets/icheck/minimal/aero.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/blue.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/green.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/grey.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/minimal.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/orange.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/pink.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/purple.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/red.css +60 -0
- data/vendor/assets/stylesheets/icheck/minimal/yellow.css +60 -0
- data/vendor/assets/stylesheets/icheck/polaris/polaris.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/_all.css +600 -0
- data/vendor/assets/stylesheets/icheck/square/aero.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/blue.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/green.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/grey.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/orange.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/pink.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/purple.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/red.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/square.css +60 -0
- data/vendor/assets/stylesheets/icheck/square/yellow.css +60 -0
- metadata +319 -0
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, aero
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-aero,
|
4
|
+
.iradio_square-aero {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/aero.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-aero {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-aero.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-aero.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-aero.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-aero.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-aero {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-aero.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-aero.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-aero.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-aero.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-aero,
|
55
|
+
.iradio_square-aero {
|
56
|
+
background-image: url(/assets/icheck/square/aero@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, blue
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-blue,
|
4
|
+
.iradio_square-blue {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/blue.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-blue {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-blue.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-blue.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-blue.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-blue.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-blue {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-blue.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-blue.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-blue.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-blue.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-blue,
|
55
|
+
.iradio_square-blue {
|
56
|
+
background-image: url(/assets/icheck/square/blue@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, green
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-green,
|
4
|
+
.iradio_square-green {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/green.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-green {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-green.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-green.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-green.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-green.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-green {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-green.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-green.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-green.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-green.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-green,
|
55
|
+
.iradio_square-green {
|
56
|
+
background-image: url(/assets/icheck/square/green@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, grey
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-grey,
|
4
|
+
.iradio_square-grey {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/grey.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-grey {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-grey.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-grey.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-grey.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-grey.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-grey {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-grey.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-grey.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-grey.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-grey.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-grey,
|
55
|
+
.iradio_square-grey {
|
56
|
+
background-image: url(/assets/icheck/square/grey@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, orange
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-orange,
|
4
|
+
.iradio_square-orange {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/orange.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-orange {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-orange.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-orange.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-orange.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-orange.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-orange {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-orange.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-orange.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-orange.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-orange.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-orange,
|
55
|
+
.iradio_square-orange {
|
56
|
+
background-image: url(/assets/icheck/square/orange@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, pink
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-pink,
|
4
|
+
.iradio_square-pink {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/pink.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-pink {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-pink.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-pink.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-pink.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-pink.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-pink {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-pink.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-pink.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-pink.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-pink.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-pink,
|
55
|
+
.iradio_square-pink {
|
56
|
+
background-image: url(/assets/icheck/square/pink@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, purple
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-purple,
|
4
|
+
.iradio_square-purple {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/purple.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-purple {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-purple.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-purple.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-purple.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-purple.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-purple {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-purple.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-purple.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-purple.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-purple.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-purple,
|
55
|
+
.iradio_square-purple {
|
56
|
+
background-image: url(/assets/icheck/square/purple@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|
@@ -0,0 +1,60 @@
|
|
1
|
+
/* iCheck plugin Square skin, red
|
2
|
+
----------------------------------- */
|
3
|
+
.icheckbox_square-red,
|
4
|
+
.iradio_square-red {
|
5
|
+
display: block;
|
6
|
+
margin: 0;
|
7
|
+
padding: 0;
|
8
|
+
width: 22px;
|
9
|
+
height: 22px;
|
10
|
+
background: url(/assets/icheck/square/red.png) no-repeat;
|
11
|
+
border: none;
|
12
|
+
cursor: pointer;
|
13
|
+
}
|
14
|
+
|
15
|
+
.icheckbox_square-red {
|
16
|
+
background-position: 0 0;
|
17
|
+
}
|
18
|
+
.icheckbox_square-red.hover {
|
19
|
+
background-position: -24px 0;
|
20
|
+
}
|
21
|
+
.icheckbox_square-red.checked {
|
22
|
+
background-position: -48px 0;
|
23
|
+
}
|
24
|
+
.icheckbox_square-red.disabled {
|
25
|
+
background-position: -72px 0;
|
26
|
+
cursor: default;
|
27
|
+
}
|
28
|
+
.icheckbox_square-red.checked.disabled {
|
29
|
+
background-position: -96px 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
.iradio_square-red {
|
33
|
+
background-position: -120px 0;
|
34
|
+
}
|
35
|
+
.iradio_square-red.hover {
|
36
|
+
background-position: -144px 0;
|
37
|
+
}
|
38
|
+
.iradio_square-red.checked {
|
39
|
+
background-position: -168px 0;
|
40
|
+
}
|
41
|
+
.iradio_square-red.disabled {
|
42
|
+
background-position: -192px 0;
|
43
|
+
cursor: default;
|
44
|
+
}
|
45
|
+
.iradio_square-red.checked.disabled {
|
46
|
+
background-position: -216px 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
/* Retina support */
|
50
|
+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
51
|
+
only screen and (-moz-min-device-pixel-ratio: 1.5),
|
52
|
+
only screen and (-o-min-device-pixel-ratio: 3/2),
|
53
|
+
only screen and (min-device-pixel-ratio: 1.5) {
|
54
|
+
.icheckbox_square-red,
|
55
|
+
.iradio_square-red {
|
56
|
+
background-image: url(/assets/icheck/square/red@2x.png);
|
57
|
+
-webkit-background-size: 240px 24px;
|
58
|
+
background-size: 240px 24px;
|
59
|
+
}
|
60
|
+
}
|