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,74 @@
1
+ /* iCheck plugin Line skin, pink
2
+ ----------------------------------- */
3
+ .icheckbox_line-pink,
4
+ .iradio_line-pink {
5
+ position: relative;
6
+ display: block;
7
+ margin: 0;
8
+ padding: 5px 15px 5px 38px;
9
+ font-size: 13px;
10
+ line-height: 17px;
11
+ color: #fff;
12
+ background: #a77a94;
13
+ border: none;
14
+ -webkit-border-radius: 3px;
15
+ -moz-border-radius: 3px;
16
+ border-radius: 3px;
17
+ cursor: pointer;
18
+ }
19
+ .icheckbox_line-pink .icheck_line-icon,
20
+ .iradio_line-pink .icheck_line-icon {
21
+ position: absolute;
22
+ top: 50%;
23
+ left: 13px;
24
+ width: 13px;
25
+ height: 11px;
26
+ margin: -5px 0 0 0;
27
+ padding: 0;
28
+ overflow: hidden;
29
+ background: url(/assets/icheck/line/line.png) no-repeat;
30
+ border: none;
31
+ }
32
+ .icheckbox_line-pink.hover,
33
+ .icheckbox_line-pink.checked.hover,
34
+ .iradio_line-pink.hover {
35
+ background: #B995A9;
36
+ }
37
+ .icheckbox_line-pink.checked,
38
+ .iradio_line-pink.checked {
39
+ background: #a77a94;
40
+ }
41
+ .icheckbox_line-pink.checked .icheck_line-icon,
42
+ .iradio_line-pink.checked .icheck_line-icon {
43
+ background-position: -15px 0;
44
+ }
45
+ .icheckbox_line-pink.disabled,
46
+ .iradio_line-pink.disabled {
47
+ background: #E0D0DA;
48
+ cursor: default;
49
+ }
50
+ .icheckbox_line-pink.disabled .icheck_line-icon,
51
+ .iradio_line-pink.disabled .icheck_line-icon {
52
+ background-position: -30px 0;
53
+ }
54
+ .icheckbox_line-pink.checked.disabled,
55
+ .iradio_line-pink.checked.disabled {
56
+ background: #E0D0DA;
57
+ }
58
+ .icheckbox_line-pink.checked.disabled .icheck_line-icon,
59
+ .iradio_line-pink.checked.disabled .icheck_line-icon {
60
+ background-position: -45px 0;
61
+ }
62
+
63
+ /* Retina support */
64
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
66
+ only screen and (-o-min-device-pixel-ratio: 3/2),
67
+ only screen and (min-device-pixel-ratio: 1.5) {
68
+ .icheckbox_line-pink .icheck_line-icon,
69
+ .iradio_line-pink .icheck_line-icon {
70
+ background-image: url(/assets/icheck/line/line@2x.png);
71
+ -webkit-background-size: 60px 13px;
72
+ background-size: 60px 13px;
73
+ }
74
+ }
@@ -0,0 +1,74 @@
1
+ /* iCheck plugin Line skin, purple
2
+ ----------------------------------- */
3
+ .icheckbox_line-purple,
4
+ .iradio_line-purple {
5
+ position: relative;
6
+ display: block;
7
+ margin: 0;
8
+ padding: 5px 15px 5px 38px;
9
+ font-size: 13px;
10
+ line-height: 17px;
11
+ color: #fff;
12
+ background: #6a5a8c;
13
+ border: none;
14
+ -webkit-border-radius: 3px;
15
+ -moz-border-radius: 3px;
16
+ border-radius: 3px;
17
+ cursor: pointer;
18
+ }
19
+ .icheckbox_line-purple .icheck_line-icon,
20
+ .iradio_line-purple .icheck_line-icon {
21
+ position: absolute;
22
+ top: 50%;
23
+ left: 13px;
24
+ width: 13px;
25
+ height: 11px;
26
+ margin: -5px 0 0 0;
27
+ padding: 0;
28
+ overflow: hidden;
29
+ background: url(/assets/icheck/line/line.png) no-repeat;
30
+ border: none;
31
+ }
32
+ .icheckbox_line-purple.hover,
33
+ .icheckbox_line-purple.checked.hover,
34
+ .iradio_line-purple.hover {
35
+ background: #8677A7;
36
+ }
37
+ .icheckbox_line-purple.checked,
38
+ .iradio_line-purple.checked {
39
+ background: #6a5a8c;
40
+ }
41
+ .icheckbox_line-purple.checked .icheck_line-icon,
42
+ .iradio_line-purple.checked .icheck_line-icon {
43
+ background-position: -15px 0;
44
+ }
45
+ .icheckbox_line-purple.disabled,
46
+ .iradio_line-purple.disabled {
47
+ background: #D2CCDE;
48
+ cursor: default;
49
+ }
50
+ .icheckbox_line-purple.disabled .icheck_line-icon,
51
+ .iradio_line-purple.disabled .icheck_line-icon {
52
+ background-position: -30px 0;
53
+ }
54
+ .icheckbox_line-purple.checked.disabled,
55
+ .iradio_line-purple.checked.disabled {
56
+ background: #D2CCDE;
57
+ }
58
+ .icheckbox_line-purple.checked.disabled .icheck_line-icon,
59
+ .iradio_line-purple.checked.disabled .icheck_line-icon {
60
+ background-position: -45px 0;
61
+ }
62
+
63
+ /* Retina support */
64
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
66
+ only screen and (-o-min-device-pixel-ratio: 3/2),
67
+ only screen and (min-device-pixel-ratio: 1.5) {
68
+ .icheckbox_line-purple .icheck_line-icon,
69
+ .iradio_line-purple .icheck_line-icon {
70
+ background-image: url(/assets/icheck/line/line@2x.png);
71
+ -webkit-background-size: 60px 13px;
72
+ background-size: 60px 13px;
73
+ }
74
+ }
@@ -0,0 +1,74 @@
1
+ /* iCheck plugin Line skin, red
2
+ ----------------------------------- */
3
+ .icheckbox_line-red,
4
+ .iradio_line-red {
5
+ position: relative;
6
+ display: block;
7
+ margin: 0;
8
+ padding: 5px 15px 5px 38px;
9
+ font-size: 13px;
10
+ line-height: 17px;
11
+ color: #fff;
12
+ background: #e56c69;
13
+ border: none;
14
+ -webkit-border-radius: 3px;
15
+ -moz-border-radius: 3px;
16
+ border-radius: 3px;
17
+ cursor: pointer;
18
+ }
19
+ .icheckbox_line-red .icheck_line-icon,
20
+ .iradio_line-red .icheck_line-icon {
21
+ position: absolute;
22
+ top: 50%;
23
+ left: 13px;
24
+ width: 13px;
25
+ height: 11px;
26
+ margin: -5px 0 0 0;
27
+ padding: 0;
28
+ overflow: hidden;
29
+ background: url(/assets/icheck/line/line.png) no-repeat;
30
+ border: none;
31
+ }
32
+ .icheckbox_line-red.hover,
33
+ .icheckbox_line-red.checked.hover,
34
+ .iradio_line-red.hover {
35
+ background: #E98582;
36
+ }
37
+ .icheckbox_line-red.checked,
38
+ .iradio_line-red.checked {
39
+ background: #e56c69;
40
+ }
41
+ .icheckbox_line-red.checked .icheck_line-icon,
42
+ .iradio_line-red.checked .icheck_line-icon {
43
+ background-position: -15px 0;
44
+ }
45
+ .icheckbox_line-red.disabled,
46
+ .iradio_line-red.disabled {
47
+ background: #F7D3D2;
48
+ cursor: default;
49
+ }
50
+ .icheckbox_line-red.disabled .icheck_line-icon,
51
+ .iradio_line-red.disabled .icheck_line-icon {
52
+ background-position: -30px 0;
53
+ }
54
+ .icheckbox_line-red.checked.disabled,
55
+ .iradio_line-red.checked.disabled {
56
+ background: #F7D3D2;
57
+ }
58
+ .icheckbox_line-red.checked.disabled .icheck_line-icon,
59
+ .iradio_line-red.checked.disabled .icheck_line-icon {
60
+ background-position: -45px 0;
61
+ }
62
+
63
+ /* Retina support */
64
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
66
+ only screen and (-o-min-device-pixel-ratio: 3/2),
67
+ only screen and (min-device-pixel-ratio: 1.5) {
68
+ .icheckbox_line-red .icheck_line-icon,
69
+ .iradio_line-red .icheck_line-icon {
70
+ background-image: url(/assets/icheck/line/line@2x.png);
71
+ -webkit-background-size: 60px 13px;
72
+ background-size: 60px 13px;
73
+ }
74
+ }
@@ -0,0 +1,74 @@
1
+ /* iCheck plugin Line skin, yellow
2
+ ----------------------------------- */
3
+ .icheckbox_line-yellow,
4
+ .iradio_line-yellow {
5
+ position: relative;
6
+ display: block;
7
+ margin: 0;
8
+ padding: 5px 15px 5px 38px;
9
+ font-size: 13px;
10
+ line-height: 17px;
11
+ color: #fff;
12
+ background: #FFC414;
13
+ border: none;
14
+ -webkit-border-radius: 3px;
15
+ -moz-border-radius: 3px;
16
+ border-radius: 3px;
17
+ cursor: pointer;
18
+ }
19
+ .icheckbox_line-yellow .icheck_line-icon,
20
+ .iradio_line-yellow .icheck_line-icon {
21
+ position: absolute;
22
+ top: 50%;
23
+ left: 13px;
24
+ width: 13px;
25
+ height: 11px;
26
+ margin: -5px 0 0 0;
27
+ padding: 0;
28
+ overflow: hidden;
29
+ background: url(/assets/icheck/line/line.png) no-repeat;
30
+ border: none;
31
+ }
32
+ .icheckbox_line-yellow.hover,
33
+ .icheckbox_line-yellow.checked.hover,
34
+ .iradio_line-yellow.hover {
35
+ background: #FFD34F;
36
+ }
37
+ .icheckbox_line-yellow.checked,
38
+ .iradio_line-yellow.checked {
39
+ background: #FFC414;
40
+ }
41
+ .icheckbox_line-yellow.checked .icheck_line-icon,
42
+ .iradio_line-yellow.checked .icheck_line-icon {
43
+ background-position: -15px 0;
44
+ }
45
+ .icheckbox_line-yellow.disabled,
46
+ .iradio_line-yellow.disabled {
47
+ background: #FFE495;
48
+ cursor: default;
49
+ }
50
+ .icheckbox_line-yellow.disabled .icheck_line-icon,
51
+ .iradio_line-yellow.disabled .icheck_line-icon {
52
+ background-position: -30px 0;
53
+ }
54
+ .icheckbox_line-yellow.checked.disabled,
55
+ .iradio_line-yellow.checked.disabled {
56
+ background: #FFE495;
57
+ }
58
+ .icheckbox_line-yellow.checked.disabled .icheck_line-icon,
59
+ .iradio_line-yellow.checked.disabled .icheck_line-icon {
60
+ background-position: -45px 0;
61
+ }
62
+
63
+ /* Retina support */
64
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
65
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
66
+ only screen and (-o-min-device-pixel-ratio: 3/2),
67
+ only screen and (min-device-pixel-ratio: 1.5) {
68
+ .icheckbox_line-yellow .icheck_line-icon,
69
+ .iradio_line-yellow .icheck_line-icon {
70
+ background-image: url(/assets/icheck/line/line@2x.png);
71
+ -webkit-background-size: 60px 13px;
72
+ background-size: 60px 13px;
73
+ }
74
+ }
@@ -0,0 +1,600 @@
1
+ /* iCheck plugin Minimal skin
2
+ ----------------------------------- */
3
+ .icheckbox_minimal,
4
+ .iradio_minimal {
5
+ display: block;
6
+ margin: 0;
7
+ padding: 0;
8
+ width: 18px;
9
+ height: 18px;
10
+ background: url(/assets/icheck/minimal/minimal.png) no-repeat;
11
+ border: none;
12
+ cursor: pointer;
13
+ }
14
+
15
+ .icheckbox_minimal {
16
+ background-position: 0 0;
17
+ }
18
+ .icheckbox_minimal.hover {
19
+ background-position: -20px 0;
20
+ }
21
+ .icheckbox_minimal.checked {
22
+ background-position: -40px 0;
23
+ }
24
+ .icheckbox_minimal.disabled {
25
+ background-position: -60px 0;
26
+ cursor: default;
27
+ }
28
+ .icheckbox_minimal.checked.disabled {
29
+ background-position: -80px 0;
30
+ }
31
+
32
+ .iradio_minimal {
33
+ background-position: -100px 0;
34
+ }
35
+ .iradio_minimal.hover {
36
+ background-position: -120px 0;
37
+ }
38
+ .iradio_minimal.checked {
39
+ background-position: -140px 0;
40
+ }
41
+ .iradio_minimal.disabled {
42
+ background-position: -160px 0;
43
+ cursor: default;
44
+ }
45
+ .iradio_minimal.checked.disabled {
46
+ background-position: -180px 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_minimal,
55
+ .iradio_minimal {
56
+ background-image: url(/assets/icheck/minimal/minimal@2x.png);
57
+ -webkit-background-size: 200px 20px;
58
+ background-size: 200px 20px;
59
+ }
60
+ }
61
+
62
+ /* red */
63
+ .icheckbox_minimal-red,
64
+ .iradio_minimal-red {
65
+ display: block;
66
+ margin: 0;
67
+ padding: 0;
68
+ width: 18px;
69
+ height: 18px;
70
+ background: url(/assets/icheck/minimal/red.png) no-repeat;
71
+ border: none;
72
+ cursor: pointer;
73
+ }
74
+
75
+ .icheckbox_minimal-red {
76
+ background-position: 0 0;
77
+ }
78
+ .icheckbox_minimal-red.hover {
79
+ background-position: -20px 0;
80
+ }
81
+ .icheckbox_minimal-red.checked {
82
+ background-position: -40px 0;
83
+ }
84
+ .icheckbox_minimal-red.disabled {
85
+ background-position: -60px 0;
86
+ cursor: default;
87
+ }
88
+ .icheckbox_minimal-red.checked.disabled {
89
+ background-position: -80px 0;
90
+ }
91
+
92
+ .iradio_minimal-red {
93
+ background-position: -100px 0;
94
+ }
95
+ .iradio_minimal-red.hover {
96
+ background-position: -120px 0;
97
+ }
98
+ .iradio_minimal-red.checked {
99
+ background-position: -140px 0;
100
+ }
101
+ .iradio_minimal-red.disabled {
102
+ background-position: -160px 0;
103
+ cursor: default;
104
+ }
105
+ .iradio_minimal-red.checked.disabled {
106
+ background-position: -180px 0;
107
+ }
108
+
109
+ /* Retina support */
110
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
111
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
112
+ only screen and (-o-min-device-pixel-ratio: 1.5),
113
+ only screen and (min-device-pixel-ratio: 1.5) {
114
+ .icheckbox_minimal-red,
115
+ .iradio_minimal-red {
116
+ background-image: url(/assets/icheck/minimal/red@2x.png);
117
+ -webkit-background-size: 200px 20px;
118
+ background-size: 200px 20px;
119
+ }
120
+ }
121
+
122
+ /* green */
123
+ .icheckbox_minimal-green,
124
+ .iradio_minimal-green {
125
+ display: block;
126
+ margin: 0;
127
+ padding: 0;
128
+ width: 18px;
129
+ height: 18px;
130
+ background: url(/assets/icheck/minimal/green.png) no-repeat;
131
+ border: none;
132
+ cursor: pointer;
133
+ }
134
+
135
+ .icheckbox_minimal-green {
136
+ background-position: 0 0;
137
+ }
138
+ .icheckbox_minimal-green.hover {
139
+ background-position: -20px 0;
140
+ }
141
+ .icheckbox_minimal-green.checked {
142
+ background-position: -40px 0;
143
+ }
144
+ .icheckbox_minimal-green.disabled {
145
+ background-position: -60px 0;
146
+ cursor: default;
147
+ }
148
+ .icheckbox_minimal-green.checked.disabled {
149
+ background-position: -80px 0;
150
+ }
151
+
152
+ .iradio_minimal-green {
153
+ background-position: -100px 0;
154
+ }
155
+ .iradio_minimal-green.hover {
156
+ background-position: -120px 0;
157
+ }
158
+ .iradio_minimal-green.checked {
159
+ background-position: -140px 0;
160
+ }
161
+ .iradio_minimal-green.disabled {
162
+ background-position: -160px 0;
163
+ cursor: default;
164
+ }
165
+ .iradio_minimal-green.checked.disabled {
166
+ background-position: -180px 0;
167
+ }
168
+
169
+ /* Retina support */
170
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
171
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
172
+ only screen and (-o-min-device-pixel-ratio: 1.5),
173
+ only screen and (min-device-pixel-ratio: 1.5) {
174
+ .icheckbox_minimal-green,
175
+ .iradio_minimal-green {
176
+ background-image: url(/assets/icheck/minimal/green@2x.png);
177
+ -webkit-background-size: 200px 20px;
178
+ background-size: 200px 20px;
179
+ }
180
+ }
181
+
182
+ /* blue */
183
+ .icheckbox_minimal-blue,
184
+ .iradio_minimal-blue {
185
+ display: block;
186
+ margin: 0;
187
+ padding: 0;
188
+ width: 18px;
189
+ height: 18px;
190
+ background: url(/assets/icheck/minimal/blue.png) no-repeat;
191
+ border: none;
192
+ cursor: pointer;
193
+ }
194
+
195
+ .icheckbox_minimal-blue {
196
+ background-position: 0 0;
197
+ }
198
+ .icheckbox_minimal-blue.hover {
199
+ background-position: -20px 0;
200
+ }
201
+ .icheckbox_minimal-blue.checked {
202
+ background-position: -40px 0;
203
+ }
204
+ .icheckbox_minimal-blue.disabled {
205
+ background-position: -60px 0;
206
+ cursor: default;
207
+ }
208
+ .icheckbox_minimal-blue.checked.disabled {
209
+ background-position: -80px 0;
210
+ }
211
+
212
+ .iradio_minimal-blue {
213
+ background-position: -100px 0;
214
+ }
215
+ .iradio_minimal-blue.hover {
216
+ background-position: -120px 0;
217
+ }
218
+ .iradio_minimal-blue.checked {
219
+ background-position: -140px 0;
220
+ }
221
+ .iradio_minimal-blue.disabled {
222
+ background-position: -160px 0;
223
+ cursor: default;
224
+ }
225
+ .iradio_minimal-blue.checked.disabled {
226
+ background-position: -180px 0;
227
+ }
228
+
229
+ /* Retina support */
230
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
231
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
232
+ only screen and (-o-min-device-pixel-ratio: 3/2),
233
+ only screen and (min-device-pixel-ratio: 1.5) {
234
+ .icheckbox_minimal-blue,
235
+ .iradio_minimal-blue {
236
+ background-image: url(/assets/icheck/minimal/blue@2x.png);
237
+ -webkit-background-size: 200px 20px;
238
+ background-size: 200px 20px;
239
+ }
240
+ }
241
+
242
+ /* aero */
243
+ .icheckbox_minimal-aero,
244
+ .iradio_minimal-aero {
245
+ display: block;
246
+ margin: 0;
247
+ padding: 0;
248
+ width: 18px;
249
+ height: 18px;
250
+ background: url(/assets/icheck/minimal/aero.png) no-repeat;
251
+ border: none;
252
+ cursor: pointer;
253
+ }
254
+
255
+ .icheckbox_minimal-aero {
256
+ background-position: 0 0;
257
+ }
258
+ .icheckbox_minimal-aero.hover {
259
+ background-position: -20px 0;
260
+ }
261
+ .icheckbox_minimal-aero.checked {
262
+ background-position: -40px 0;
263
+ }
264
+ .icheckbox_minimal-aero.disabled {
265
+ background-position: -60px 0;
266
+ cursor: default;
267
+ }
268
+ .icheckbox_minimal-aero.checked.disabled {
269
+ background-position: -80px 0;
270
+ }
271
+
272
+ .iradio_minimal-aero {
273
+ background-position: -100px 0;
274
+ }
275
+ .iradio_minimal-aero.hover {
276
+ background-position: -120px 0;
277
+ }
278
+ .iradio_minimal-aero.checked {
279
+ background-position: -140px 0;
280
+ }
281
+ .iradio_minimal-aero.disabled {
282
+ background-position: -160px 0;
283
+ cursor: default;
284
+ }
285
+ .iradio_minimal-aero.checked.disabled {
286
+ background-position: -180px 0;
287
+ }
288
+
289
+ /* Retina support */
290
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
291
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
292
+ only screen and (-o-min-device-pixel-ratio: 3/2),
293
+ only screen and (min-device-pixel-ratio: 1.5) {
294
+ .icheckbox_minimal-aero,
295
+ .iradio_minimal-aero {
296
+ background-image: url(/assets/icheck/minimal/aero@2x.png);
297
+ -webkit-background-size: 200px 20px;
298
+ background-size: 200px 20px;
299
+ }
300
+ }
301
+
302
+ /* grey */
303
+ .icheckbox_minimal-grey,
304
+ .iradio_minimal-grey {
305
+ display: block;
306
+ margin: 0;
307
+ padding: 0;
308
+ width: 18px;
309
+ height: 18px;
310
+ background: url(/assets/icheck/minimal/grey.png) no-repeat;
311
+ border: none;
312
+ cursor: pointer;
313
+ }
314
+
315
+ .icheckbox_minimal-grey {
316
+ background-position: 0 0;
317
+ }
318
+ .icheckbox_minimal-grey.hover {
319
+ background-position: -20px 0;
320
+ }
321
+ .icheckbox_minimal-grey.checked {
322
+ background-position: -40px 0;
323
+ }
324
+ .icheckbox_minimal-grey.disabled {
325
+ background-position: -60px 0;
326
+ cursor: default;
327
+ }
328
+ .icheckbox_minimal-grey.checked.disabled {
329
+ background-position: -80px 0;
330
+ }
331
+
332
+ .iradio_minimal-grey {
333
+ background-position: -100px 0;
334
+ }
335
+ .iradio_minimal-grey.hover {
336
+ background-position: -120px 0;
337
+ }
338
+ .iradio_minimal-grey.checked {
339
+ background-position: -140px 0;
340
+ }
341
+ .iradio_minimal-grey.disabled {
342
+ background-position: -160px 0;
343
+ cursor: default;
344
+ }
345
+ .iradio_minimal-grey.checked.disabled {
346
+ background-position: -180px 0;
347
+ }
348
+
349
+ /* Retina support */
350
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
351
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
352
+ only screen and (-o-min-device-pixel-ratio: 1.5),
353
+ only screen and (min-device-pixel-ratio: 1.5) {
354
+ .icheckbox_minimal-grey,
355
+ .iradio_minimal-grey {
356
+ background-image: url(/assets/icheck/minimal/grey@2x.png);
357
+ -webkit-background-size: 200px 20px;
358
+ background-size: 200px 20px;
359
+ }
360
+ }
361
+
362
+ /* orange */
363
+ .icheckbox_minimal-orange,
364
+ .iradio_minimal-orange {
365
+ display: block;
366
+ margin: 0;
367
+ padding: 0;
368
+ width: 18px;
369
+ height: 18px;
370
+ background: url(/assets/icheck/minimal/orange.png) no-repeat;
371
+ border: none;
372
+ cursor: pointer;
373
+ }
374
+
375
+ .icheckbox_minimal-orange {
376
+ background-position: 0 0;
377
+ }
378
+ .icheckbox_minimal-orange.hover {
379
+ background-position: -20px 0;
380
+ }
381
+ .icheckbox_minimal-orange.checked {
382
+ background-position: -40px 0;
383
+ }
384
+ .icheckbox_minimal-orange.disabled {
385
+ background-position: -60px 0;
386
+ cursor: default;
387
+ }
388
+ .icheckbox_minimal-orange.checked.disabled {
389
+ background-position: -80px 0;
390
+ }
391
+
392
+ .iradio_minimal-orange {
393
+ background-position: -100px 0;
394
+ }
395
+ .iradio_minimal-orange.hover {
396
+ background-position: -120px 0;
397
+ }
398
+ .iradio_minimal-orange.checked {
399
+ background-position: -140px 0;
400
+ }
401
+ .iradio_minimal-orange.disabled {
402
+ background-position: -160px 0;
403
+ cursor: default;
404
+ }
405
+ .iradio_minimal-orange.checked.disabled {
406
+ background-position: -180px 0;
407
+ }
408
+
409
+ /* Retina support */
410
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
411
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
412
+ only screen and (-o-min-device-pixel-ratio: 1.5),
413
+ only screen and (min-device-pixel-ratio: 1.5) {
414
+ .icheckbox_minimal-orange,
415
+ .iradio_minimal-orange {
416
+ background-image: url(/assets/icheck/minimal/orange@2x.png);
417
+ -webkit-background-size: 200px 20px;
418
+ background-size: 200px 20px;
419
+ }
420
+ }
421
+
422
+ /* yellow */
423
+ .icheckbox_minimal-yellow,
424
+ .iradio_minimal-yellow {
425
+ display: block;
426
+ margin: 0;
427
+ padding: 0;
428
+ width: 18px;
429
+ height: 18px;
430
+ background: url(/assets/icheck/minimal/yellow.png) no-repeat;
431
+ border: none;
432
+ cursor: pointer;
433
+ }
434
+
435
+ .icheckbox_minimal-yellow {
436
+ background-position: 0 0;
437
+ }
438
+ .icheckbox_minimal-yellow.hover {
439
+ background-position: -20px 0;
440
+ }
441
+ .icheckbox_minimal-yellow.checked {
442
+ background-position: -40px 0;
443
+ }
444
+ .icheckbox_minimal-yellow.disabled {
445
+ background-position: -60px 0;
446
+ cursor: default;
447
+ }
448
+ .icheckbox_minimal-yellow.checked.disabled {
449
+ background-position: -80px 0;
450
+ }
451
+
452
+ .iradio_minimal-yellow {
453
+ background-position: -100px 0;
454
+ }
455
+ .iradio_minimal-yellow.hover {
456
+ background-position: -120px 0;
457
+ }
458
+ .iradio_minimal-yellow.checked {
459
+ background-position: -140px 0;
460
+ }
461
+ .iradio_minimal-yellow.disabled {
462
+ background-position: -160px 0;
463
+ cursor: default;
464
+ }
465
+ .iradio_minimal-yellow.checked.disabled {
466
+ background-position: -180px 0;
467
+ }
468
+
469
+ /* Retina support */
470
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
471
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
472
+ only screen and (-o-min-device-pixel-ratio: 1.5),
473
+ only screen and (min-device-pixel-ratio: 1.5) {
474
+ .icheckbox_minimal-yellow,
475
+ .iradio_minimal-yellow {
476
+ background-image: url(/assets/icheck/minimal/yellow@2x.png);
477
+ -webkit-background-size: 200px 20px;
478
+ background-size: 200px 20px;
479
+ }
480
+ }
481
+
482
+ /* pink */
483
+ .icheckbox_minimal-pink,
484
+ .iradio_minimal-pink {
485
+ display: block;
486
+ margin: 0;
487
+ padding: 0;
488
+ width: 18px;
489
+ height: 18px;
490
+ background: url(/assets/icheck/minimal/pink.png) no-repeat;
491
+ border: none;
492
+ cursor: pointer;
493
+ }
494
+
495
+ .icheckbox_minimal-pink {
496
+ background-position: 0 0;
497
+ }
498
+ .icheckbox_minimal-pink.hover {
499
+ background-position: -20px 0;
500
+ }
501
+ .icheckbox_minimal-pink.checked {
502
+ background-position: -40px 0;
503
+ }
504
+ .icheckbox_minimal-pink.disabled {
505
+ background-position: -60px 0;
506
+ cursor: default;
507
+ }
508
+ .icheckbox_minimal-pink.checked.disabled {
509
+ background-position: -80px 0;
510
+ }
511
+
512
+ .iradio_minimal-pink {
513
+ background-position: -100px 0;
514
+ }
515
+ .iradio_minimal-pink.hover {
516
+ background-position: -120px 0;
517
+ }
518
+ .iradio_minimal-pink.checked {
519
+ background-position: -140px 0;
520
+ }
521
+ .iradio_minimal-pink.disabled {
522
+ background-position: -160px 0;
523
+ cursor: default;
524
+ }
525
+ .iradio_minimal-pink.checked.disabled {
526
+ background-position: -180px 0;
527
+ }
528
+
529
+ /* Retina support */
530
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
531
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
532
+ only screen and (-o-min-device-pixel-ratio: 1.5),
533
+ only screen and (min-device-pixel-ratio: 1.5) {
534
+ .icheckbox_minimal-pink,
535
+ .iradio_minimal-pink {
536
+ background-image: url(/assets/icheck/minimal/pink@2x.png);
537
+ -webkit-background-size: 200px 20px;
538
+ background-size: 200px 20px;
539
+ }
540
+ }
541
+
542
+ /* purple */
543
+ .icheckbox_minimal-purple,
544
+ .iradio_minimal-purple {
545
+ display: block;
546
+ margin: 0;
547
+ padding: 0;
548
+ width: 18px;
549
+ height: 18px;
550
+ background: url(/assets/icheck/minimal/purple.png) no-repeat;
551
+ border: none;
552
+ cursor: pointer;
553
+ }
554
+
555
+ .icheckbox_minimal-purple {
556
+ background-position: 0 0;
557
+ }
558
+ .icheckbox_minimal-purple.hover {
559
+ background-position: -20px 0;
560
+ }
561
+ .icheckbox_minimal-purple.checked {
562
+ background-position: -40px 0;
563
+ }
564
+ .icheckbox_minimal-purple.disabled {
565
+ background-position: -60px 0;
566
+ cursor: default;
567
+ }
568
+ .icheckbox_minimal-purple.checked.disabled {
569
+ background-position: -80px 0;
570
+ }
571
+
572
+ .iradio_minimal-purple {
573
+ background-position: -100px 0;
574
+ }
575
+ .iradio_minimal-purple.hover {
576
+ background-position: -120px 0;
577
+ }
578
+ .iradio_minimal-purple.checked {
579
+ background-position: -140px 0;
580
+ }
581
+ .iradio_minimal-purple.disabled {
582
+ background-position: -160px 0;
583
+ cursor: default;
584
+ }
585
+ .iradio_minimal-purple.checked.disabled {
586
+ background-position: -180px 0;
587
+ }
588
+
589
+ /* Retina support */
590
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
591
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
592
+ only screen and (-o-min-device-pixel-ratio: 1.5),
593
+ only screen and (min-device-pixel-ratio: 1.5) {
594
+ .icheckbox_minimal-purple,
595
+ .iradio_minimal-purple {
596
+ background-image: url(/assets/icheck/minimal/purple@2x.png);
597
+ -webkit-background-size: 200px 20px;
598
+ background-size: 200px 20px;
599
+ }
600
+ }