icheck-rails 0.9.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +4 -0
  3. data/README.md +96 -0
  4. data/Rakefile +38 -0
  5. data/lib/icheck-rails.rb +2 -0
  6. data/lib/icheck/rails/engine.rb +8 -0
  7. data/lib/icheck/rails/version.rb +5 -0
  8. data/test/dummy/README.rdoc +261 -0
  9. data/test/dummy/Rakefile +7 -0
  10. data/test/dummy/app/assets/javascripts/application.js +15 -0
  11. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  12. data/test/dummy/app/controllers/application_controller.rb +3 -0
  13. data/test/dummy/app/helpers/application_helper.rb +2 -0
  14. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  15. data/test/dummy/config.ru +4 -0
  16. data/test/dummy/config/application.rb +59 -0
  17. data/test/dummy/config/boot.rb +10 -0
  18. data/test/dummy/config/database.yml +25 -0
  19. data/test/dummy/config/environment.rb +5 -0
  20. data/test/dummy/config/environments/development.rb +37 -0
  21. data/test/dummy/config/environments/production.rb +67 -0
  22. data/test/dummy/config/environments/test.rb +37 -0
  23. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  24. data/test/dummy/config/initializers/inflections.rb +15 -0
  25. data/test/dummy/config/initializers/mime_types.rb +5 -0
  26. data/test/dummy/config/initializers/secret_token.rb +7 -0
  27. data/test/dummy/config/initializers/session_store.rb +8 -0
  28. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  29. data/test/dummy/config/locales/en.yml +5 -0
  30. data/test/dummy/config/routes.rb +58 -0
  31. data/test/dummy/db/development.sqlite3 +0 -0
  32. data/test/dummy/db/schema.rb +16 -0
  33. data/test/dummy/db/test.sqlite3 +0 -0
  34. data/test/dummy/log/development.log +0 -0
  35. data/test/dummy/log/test.log +0 -0
  36. data/test/dummy/public/404.html +26 -0
  37. data/test/dummy/public/422.html +26 -0
  38. data/test/dummy/public/500.html +25 -0
  39. data/test/dummy/public/favicon.ico +0 -0
  40. data/test/dummy/script/rails +6 -0
  41. data/test/dummy/tmp/cache/assets/C49/860/sprockets%2Ff95ca6fa195a121539576516050f0442 +0 -0
  42. data/test/dummy/tmp/cache/assets/C9D/6A0/sprockets%2F4e5f511955e048e988945f98fa362d50 +0 -0
  43. data/test/dummy/tmp/cache/assets/CA6/AD0/sprockets%2F54996ad04dbd12db290577520c5700a8 +0 -0
  44. data/test/dummy/tmp/cache/assets/D38/750/sprockets%2Fc329f8e2db11af756248e0ad6641af14 +0 -0
  45. data/test/dummy/tmp/cache/assets/D47/4E0/sprockets%2Fe628b0a79f40ee32cde4ee70e1671786 +0 -0
  46. data/test/dummy/tmp/cache/assets/D64/5D0/sprockets%2F3239d9cc3226b6f515f4b30fbfc46ac0 +0 -0
  47. data/test/dummy/tmp/cache/assets/DCB/2C0/sprockets%2F88aac4e21c3d3e6cfa7b82d245362def +0 -0
  48. data/test/dummy/tmp/cache/assets/E3A/2E0/sprockets%2Fd64d85294b8d3da8cfb8cdb4ce7e1fa6 +0 -0
  49. data/test/integration/icheck_deployment_test.rb +15 -0
  50. data/test/test_helper.rb +12 -0
  51. data/vendor/assets/images/icheck/flat/aero.png +0 -0
  52. data/vendor/assets/images/icheck/flat/aero@2x.png +0 -0
  53. data/vendor/assets/images/icheck/flat/blue.png +0 -0
  54. data/vendor/assets/images/icheck/flat/blue@2x.png +0 -0
  55. data/vendor/assets/images/icheck/flat/flat.png +0 -0
  56. data/vendor/assets/images/icheck/flat/flat@2x.png +0 -0
  57. data/vendor/assets/images/icheck/flat/green.png +0 -0
  58. data/vendor/assets/images/icheck/flat/green@2x.png +0 -0
  59. data/vendor/assets/images/icheck/flat/grey.png +0 -0
  60. data/vendor/assets/images/icheck/flat/grey@2x.png +0 -0
  61. data/vendor/assets/images/icheck/flat/orange.png +0 -0
  62. data/vendor/assets/images/icheck/flat/orange@2x.png +0 -0
  63. data/vendor/assets/images/icheck/flat/pink.png +0 -0
  64. data/vendor/assets/images/icheck/flat/pink@2x.png +0 -0
  65. data/vendor/assets/images/icheck/flat/purple.png +0 -0
  66. data/vendor/assets/images/icheck/flat/purple@2x.png +0 -0
  67. data/vendor/assets/images/icheck/flat/red.png +0 -0
  68. data/vendor/assets/images/icheck/flat/red@2x.png +0 -0
  69. data/vendor/assets/images/icheck/flat/yellow.png +0 -0
  70. data/vendor/assets/images/icheck/flat/yellow@2x.png +0 -0
  71. data/vendor/assets/images/icheck/futurico/futurico.png +0 -0
  72. data/vendor/assets/images/icheck/futurico/futurico@2x.png +0 -0
  73. data/vendor/assets/images/icheck/line/line.png +0 -0
  74. data/vendor/assets/images/icheck/line/line@2x.png +0 -0
  75. data/vendor/assets/images/icheck/minimal/aero.png +0 -0
  76. data/vendor/assets/images/icheck/minimal/aero@2x.png +0 -0
  77. data/vendor/assets/images/icheck/minimal/blue.png +0 -0
  78. data/vendor/assets/images/icheck/minimal/blue@2x.png +0 -0
  79. data/vendor/assets/images/icheck/minimal/green.png +0 -0
  80. data/vendor/assets/images/icheck/minimal/green@2x.png +0 -0
  81. data/vendor/assets/images/icheck/minimal/grey.png +0 -0
  82. data/vendor/assets/images/icheck/minimal/grey@2x.png +0 -0
  83. data/vendor/assets/images/icheck/minimal/minimal.png +0 -0
  84. data/vendor/assets/images/icheck/minimal/minimal@2x.png +0 -0
  85. data/vendor/assets/images/icheck/minimal/orange.png +0 -0
  86. data/vendor/assets/images/icheck/minimal/orange@2x.png +0 -0
  87. data/vendor/assets/images/icheck/minimal/pink.png +0 -0
  88. data/vendor/assets/images/icheck/minimal/pink@2x.png +0 -0
  89. data/vendor/assets/images/icheck/minimal/purple.png +0 -0
  90. data/vendor/assets/images/icheck/minimal/purple@2x.png +0 -0
  91. data/vendor/assets/images/icheck/minimal/red.png +0 -0
  92. data/vendor/assets/images/icheck/minimal/red@2x.png +0 -0
  93. data/vendor/assets/images/icheck/minimal/yellow.png +0 -0
  94. data/vendor/assets/images/icheck/minimal/yellow@2x.png +0 -0
  95. data/vendor/assets/images/icheck/polaris/polaris.png +0 -0
  96. data/vendor/assets/images/icheck/polaris/polaris@2x.png +0 -0
  97. data/vendor/assets/images/icheck/square/aero.png +0 -0
  98. data/vendor/assets/images/icheck/square/aero@2x.png +0 -0
  99. data/vendor/assets/images/icheck/square/blue.png +0 -0
  100. data/vendor/assets/images/icheck/square/blue@2x.png +0 -0
  101. data/vendor/assets/images/icheck/square/green.png +0 -0
  102. data/vendor/assets/images/icheck/square/green@2x.png +0 -0
  103. data/vendor/assets/images/icheck/square/grey.png +0 -0
  104. data/vendor/assets/images/icheck/square/grey@2x.png +0 -0
  105. data/vendor/assets/images/icheck/square/orange.png +0 -0
  106. data/vendor/assets/images/icheck/square/orange@2x.png +0 -0
  107. data/vendor/assets/images/icheck/square/pink.png +0 -0
  108. data/vendor/assets/images/icheck/square/pink@2x.png +0 -0
  109. data/vendor/assets/images/icheck/square/purple.png +0 -0
  110. data/vendor/assets/images/icheck/square/purple@2x.png +0 -0
  111. data/vendor/assets/images/icheck/square/red.png +0 -0
  112. data/vendor/assets/images/icheck/square/red@2x.png +0 -0
  113. data/vendor/assets/images/icheck/square/square.png +0 -0
  114. data/vendor/assets/images/icheck/square/square@2x.png +0 -0
  115. data/vendor/assets/images/icheck/square/yellow.png +0 -0
  116. data/vendor/assets/images/icheck/square/yellow@2x.png +0 -0
  117. data/vendor/assets/javascripts/jquery.icheck.js +397 -0
  118. data/vendor/assets/javascripts/zepto.icheck.js +402 -0
  119. data/vendor/assets/stylesheets/icheck/flat/_all.css +540 -0
  120. data/vendor/assets/stylesheets/icheck/flat/aero.css +54 -0
  121. data/vendor/assets/stylesheets/icheck/flat/blue.css +54 -0
  122. data/vendor/assets/stylesheets/icheck/flat/flat.css +54 -0
  123. data/vendor/assets/stylesheets/icheck/flat/green.css +54 -0
  124. data/vendor/assets/stylesheets/icheck/flat/grey.css +54 -0
  125. data/vendor/assets/stylesheets/icheck/flat/orange.css +54 -0
  126. data/vendor/assets/stylesheets/icheck/flat/pink.css +54 -0
  127. data/vendor/assets/stylesheets/icheck/flat/purple.css +54 -0
  128. data/vendor/assets/stylesheets/icheck/flat/red.css +54 -0
  129. data/vendor/assets/stylesheets/icheck/flat/yellow.css +54 -0
  130. data/vendor/assets/stylesheets/icheck/futurico/futurico.css +54 -0
  131. data/vendor/assets/stylesheets/icheck/line/_all.css +740 -0
  132. data/vendor/assets/stylesheets/icheck/line/aero.css +74 -0
  133. data/vendor/assets/stylesheets/icheck/line/blue.css +74 -0
  134. data/vendor/assets/stylesheets/icheck/line/green.css +74 -0
  135. data/vendor/assets/stylesheets/icheck/line/grey.css +74 -0
  136. data/vendor/assets/stylesheets/icheck/line/line.css +74 -0
  137. data/vendor/assets/stylesheets/icheck/line/orange.css +74 -0
  138. data/vendor/assets/stylesheets/icheck/line/pink.css +74 -0
  139. data/vendor/assets/stylesheets/icheck/line/purple.css +74 -0
  140. data/vendor/assets/stylesheets/icheck/line/red.css +74 -0
  141. data/vendor/assets/stylesheets/icheck/line/yellow.css +74 -0
  142. data/vendor/assets/stylesheets/icheck/minimal/_all.css +600 -0
  143. data/vendor/assets/stylesheets/icheck/minimal/aero.css +60 -0
  144. data/vendor/assets/stylesheets/icheck/minimal/blue.css +60 -0
  145. data/vendor/assets/stylesheets/icheck/minimal/green.css +60 -0
  146. data/vendor/assets/stylesheets/icheck/minimal/grey.css +60 -0
  147. data/vendor/assets/stylesheets/icheck/minimal/minimal.css +60 -0
  148. data/vendor/assets/stylesheets/icheck/minimal/orange.css +60 -0
  149. data/vendor/assets/stylesheets/icheck/minimal/pink.css +60 -0
  150. data/vendor/assets/stylesheets/icheck/minimal/purple.css +60 -0
  151. data/vendor/assets/stylesheets/icheck/minimal/red.css +60 -0
  152. data/vendor/assets/stylesheets/icheck/minimal/yellow.css +60 -0
  153. data/vendor/assets/stylesheets/icheck/polaris/polaris.css +60 -0
  154. data/vendor/assets/stylesheets/icheck/square/_all.css +600 -0
  155. data/vendor/assets/stylesheets/icheck/square/aero.css +60 -0
  156. data/vendor/assets/stylesheets/icheck/square/blue.css +60 -0
  157. data/vendor/assets/stylesheets/icheck/square/green.css +60 -0
  158. data/vendor/assets/stylesheets/icheck/square/grey.css +60 -0
  159. data/vendor/assets/stylesheets/icheck/square/orange.css +60 -0
  160. data/vendor/assets/stylesheets/icheck/square/pink.css +60 -0
  161. data/vendor/assets/stylesheets/icheck/square/purple.css +60 -0
  162. data/vendor/assets/stylesheets/icheck/square/red.css +60 -0
  163. data/vendor/assets/stylesheets/icheck/square/square.css +60 -0
  164. data/vendor/assets/stylesheets/icheck/square/yellow.css +60 -0
  165. metadata +319 -0
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, aero
2
+ ----------------------------------- */
3
+ .icheckbox_flat-aero,
4
+ .iradio_flat-aero {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/aero.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-aero {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-aero.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-aero.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-aero.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-aero {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-aero.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-aero.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-aero.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-aero,
49
+ .iradio_flat-aero {
50
+ background-image: url(/assets/icheck/flat/aero@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, blue
2
+ ----------------------------------- */
3
+ .icheckbox_flat-blue,
4
+ .iradio_flat-blue {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/blue.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-blue {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-blue.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-blue.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-blue.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-blue {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-blue.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-blue.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-blue.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-blue,
49
+ .iradio_flat-blue {
50
+ background-image: url(/assets/icheck/flat/blue@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin flat skin, black
2
+ ----------------------------------- */
3
+ .icheckbox_flat,
4
+ .iradio_flat {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/flat.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat,
49
+ .iradio_flat {
50
+ background-image: url(/assets/icheck/flat/flat@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, green
2
+ ----------------------------------- */
3
+ .icheckbox_flat-green,
4
+ .iradio_flat-green {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/green.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-green {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-green.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-green.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-green.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-green {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-green.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-green.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-green.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-green,
49
+ .iradio_flat-green {
50
+ background-image: url(/assets/icheck/flat/green@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, grey
2
+ ----------------------------------- */
3
+ .icheckbox_flat-grey,
4
+ .iradio_flat-grey {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/grey.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-grey {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-grey.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-grey.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-grey.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-grey {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-grey.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-grey.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-grey.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-grey,
49
+ .iradio_flat-grey {
50
+ background-image: url(/assets/icheck/flat/grey@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, orange
2
+ ----------------------------------- */
3
+ .icheckbox_flat-orange,
4
+ .iradio_flat-orange {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/orange.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-orange {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-orange.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-orange.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-orange.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-orange {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-orange.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-orange.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-orange.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-orange,
49
+ .iradio_flat-orange {
50
+ background-image: url(/assets/icheck/flat/orange@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, pink
2
+ ----------------------------------- */
3
+ .icheckbox_flat-pink,
4
+ .iradio_flat-pink {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/pink.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-pink {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-pink.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-pink.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-pink.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-pink {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-pink.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-pink.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-pink.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-pink,
49
+ .iradio_flat-pink {
50
+ background-image: url(/assets/icheck/flat/pink@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, purple
2
+ ----------------------------------- */
3
+ .icheckbox_flat-purple,
4
+ .iradio_flat-purple {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/purple.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-purple {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-purple.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-purple.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-purple.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-purple {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-purple.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-purple.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-purple.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-purple,
49
+ .iradio_flat-purple {
50
+ background-image: url(/assets/icheck/flat/purple@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }
@@ -0,0 +1,54 @@
1
+ /* iCheck plugin Flat skin, red
2
+ ----------------------------------- */
3
+ .icheckbox_flat-red,
4
+ .iradio_flat-red {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 20px;
9
+ height: 20px;
10
+ background: url(/assets/icheck/flat/red.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_flat-red {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_flat-red.checked {
19
+ background-position: -22px 0;
20
+ }
21
+ .icheckbox_flat-red.disabled {
22
+ background-position: -44px 0;
23
+ cursor: default;
24
+ }
25
+ .icheckbox_flat-red.checked.disabled {
26
+ background-position: -66px 0;
27
+ }
28
+
29
+ .iradio_flat-red {
30
+ background-position: -88px 0;
31
+ }
32
+ .iradio_flat-red.checked {
33
+ background-position: -110px 0;
34
+ }
35
+ .iradio_flat-red.disabled {
36
+ background-position: -132px 0;
37
+ cursor: default;
38
+ }
39
+ .iradio_flat-red.checked.disabled {
40
+ background-position: -154px 0;
41
+ }
42
+
43
+ /* Retina support */
44
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
45
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
46
+ only screen and (-o-min-device-pixel-ratio: 3/2),
47
+ only screen and (min-device-pixel-ratio: 1.5) {
48
+ .icheckbox_flat-red,
49
+ .iradio_flat-red {
50
+ background-image: url(/assets/icheck/flat/red@2x.png);
51
+ -webkit-background-size: 176px 22px;
52
+ background-size: 176px 22px;
53
+ }
54
+ }