adminlte-rails 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +23 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +29 -0
  6. data/Rakefile +15 -0
  7. data/adminlte-rails.gemspec +21 -0
  8. data/lib/adminlte-rails.rb +6 -0
  9. data/lib/adminlte-rails/engine.rb +9 -0
  10. data/lib/adminlte-rails/source_file.rb +146 -0
  11. data/lib/adminlte-rails/version.rb +5 -0
  12. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  13. data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
  14. data/vendor/assets/fonts/fontawesome-webfont.svg +414 -0
  15. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  16. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  17. data/vendor/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  18. data/vendor/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  19. data/vendor/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  20. data/vendor/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  21. data/vendor/assets/fonts/ionicons.eot +0 -0
  22. data/vendor/assets/fonts/ionicons.svg +1623 -0
  23. data/vendor/assets/fonts/ionicons.ttf +0 -0
  24. data/vendor/assets/fonts/ionicons.woff +0 -0
  25. data/vendor/assets/images/avatar.png +0 -0
  26. data/vendor/assets/images/avatar2.png +0 -0
  27. data/vendor/assets/images/avatar3.png +0 -0
  28. data/vendor/assets/javascripts/admin-lte.js +1054 -0
  29. data/vendor/assets/javascripts/bootstrap.min.js +7 -0
  30. data/vendor/assets/stylesheets/admin-lte.css +3535 -0
  31. data/vendor/assets/stylesheets/bootstrap.scss +7118 -0
  32. data/vendor/assets/stylesheets/datatables/dataTables.bootstrap.css +223 -0
  33. data/vendor/assets/stylesheets/datatables/images/sort_asc.png +0 -0
  34. data/vendor/assets/stylesheets/datatables/images/sort_asc_disabled.png +0 -0
  35. data/vendor/assets/stylesheets/datatables/images/sort_both.png +0 -0
  36. data/vendor/assets/stylesheets/datatables/images/sort_desc.png +0 -0
  37. data/vendor/assets/stylesheets/datatables/images/sort_desc_disabled.png +0 -0
  38. data/vendor/assets/stylesheets/font-awesome.scss +1338 -0
  39. data/vendor/assets/stylesheets/iCheck/all.scss +61 -0
  40. data/vendor/assets/stylesheets/iCheck/flat/_all.css +560 -0
  41. data/vendor/assets/stylesheets/iCheck/flat/aero.css +56 -0
  42. data/vendor/assets/stylesheets/iCheck/flat/aero.png +0 -0
  43. data/vendor/assets/stylesheets/iCheck/flat/aero@2x.png +0 -0
  44. data/vendor/assets/stylesheets/iCheck/flat/blue.css +56 -0
  45. data/vendor/assets/stylesheets/iCheck/flat/blue.png +0 -0
  46. data/vendor/assets/stylesheets/iCheck/flat/blue@2x.png +0 -0
  47. data/vendor/assets/stylesheets/iCheck/flat/flat.css +56 -0
  48. data/vendor/assets/stylesheets/iCheck/flat/flat.png +0 -0
  49. data/vendor/assets/stylesheets/iCheck/flat/flat@2x.png +0 -0
  50. data/vendor/assets/stylesheets/iCheck/flat/green.css +56 -0
  51. data/vendor/assets/stylesheets/iCheck/flat/green.png +0 -0
  52. data/vendor/assets/stylesheets/iCheck/flat/green@2x.png +0 -0
  53. data/vendor/assets/stylesheets/iCheck/flat/grey.css +56 -0
  54. data/vendor/assets/stylesheets/iCheck/flat/grey.png +0 -0
  55. data/vendor/assets/stylesheets/iCheck/flat/grey@2x.png +0 -0
  56. data/vendor/assets/stylesheets/iCheck/flat/orange.css +56 -0
  57. data/vendor/assets/stylesheets/iCheck/flat/orange.png +0 -0
  58. data/vendor/assets/stylesheets/iCheck/flat/orange@2x.png +0 -0
  59. data/vendor/assets/stylesheets/iCheck/flat/pink.css +56 -0
  60. data/vendor/assets/stylesheets/iCheck/flat/pink.png +0 -0
  61. data/vendor/assets/stylesheets/iCheck/flat/pink@2x.png +0 -0
  62. data/vendor/assets/stylesheets/iCheck/flat/purple.css +56 -0
  63. data/vendor/assets/stylesheets/iCheck/flat/purple.png +0 -0
  64. data/vendor/assets/stylesheets/iCheck/flat/purple@2x.png +0 -0
  65. data/vendor/assets/stylesheets/iCheck/flat/red.css +56 -0
  66. data/vendor/assets/stylesheets/iCheck/flat/red.png +0 -0
  67. data/vendor/assets/stylesheets/iCheck/flat/red@2x.png +0 -0
  68. data/vendor/assets/stylesheets/iCheck/flat/yellow.css +56 -0
  69. data/vendor/assets/stylesheets/iCheck/flat/yellow.png +0 -0
  70. data/vendor/assets/stylesheets/iCheck/flat/yellow@2x.png +0 -0
  71. data/vendor/assets/stylesheets/ionicons.scss +2183 -0
  72. metadata +184 -0
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, aero
2
+ ----------------------------------- */
3
+ .icheckbox_flat-aero,
4
+ .iradio_flat-aero {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(aero.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-aero {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-aero.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-aero.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-aero.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-aero {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-aero.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-aero.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-aero.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-aero,
51
+ .iradio_flat-aero {
52
+ background-image: url(aero@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, blue
2
+ ----------------------------------- */
3
+ .icheckbox_flat-blue,
4
+ .iradio_flat-blue {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(blue.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-blue {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-blue.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-blue.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-blue.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-blue {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-blue.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-blue.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-blue.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-blue,
51
+ .iradio_flat-blue {
52
+ background-image: url(blue@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin flat skin, black
2
+ ----------------------------------- */
3
+ .icheckbox_flat,
4
+ .iradio_flat {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(flat.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat,
51
+ .iradio_flat {
52
+ background-image: url(flat@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, green
2
+ ----------------------------------- */
3
+ .icheckbox_flat-green,
4
+ .iradio_flat-green {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(green.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-green {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-green.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-green.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-green.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-green {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-green.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-green.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-green.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-green,
51
+ .iradio_flat-green {
52
+ background-image: url(green@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, grey
2
+ ----------------------------------- */
3
+ .icheckbox_flat-grey,
4
+ .iradio_flat-grey {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(grey.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-grey {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-grey.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-grey.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-grey.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-grey {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-grey.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-grey.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-grey.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-grey,
51
+ .iradio_flat-grey {
52
+ background-image: url(grey@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, orange
2
+ ----------------------------------- */
3
+ .icheckbox_flat-orange,
4
+ .iradio_flat-orange {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(orange.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-orange {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-orange.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-orange.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-orange.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-orange {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-orange.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-orange.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-orange.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-orange,
51
+ .iradio_flat-orange {
52
+ background-image: url(orange@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, pink
2
+ ----------------------------------- */
3
+ .icheckbox_flat-pink,
4
+ .iradio_flat-pink {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(pink.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-pink {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-pink.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-pink.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-pink.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-pink {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-pink.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-pink.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-pink.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-pink,
51
+ .iradio_flat-pink {
52
+ background-image: url(pink@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }
@@ -0,0 +1,56 @@
1
+ /* iCheck plugin Flat skin, purple
2
+ ----------------------------------- */
3
+ .icheckbox_flat-purple,
4
+ .iradio_flat-purple {
5
+ display: inline-block;
6
+ *display: inline;
7
+ vertical-align: middle;
8
+ margin: 0;
9
+ padding: 0;
10
+ width: 20px;
11
+ height: 20px;
12
+ background: url(purple.png) no-repeat;
13
+ border: none;
14
+ cursor: pointer;
15
+ }
16
+
17
+ .icheckbox_flat-purple {
18
+ background-position: 0 0;
19
+ }
20
+ .icheckbox_flat-purple.checked {
21
+ background-position: -22px 0;
22
+ }
23
+ .icheckbox_flat-purple.disabled {
24
+ background-position: -44px 0;
25
+ cursor: default;
26
+ }
27
+ .icheckbox_flat-purple.checked.disabled {
28
+ background-position: -66px 0;
29
+ }
30
+
31
+ .iradio_flat-purple {
32
+ background-position: -88px 0;
33
+ }
34
+ .iradio_flat-purple.checked {
35
+ background-position: -110px 0;
36
+ }
37
+ .iradio_flat-purple.disabled {
38
+ background-position: -132px 0;
39
+ cursor: default;
40
+ }
41
+ .iradio_flat-purple.checked.disabled {
42
+ background-position: -154px 0;
43
+ }
44
+
45
+ /* Retina support */
46
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
47
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
48
+ only screen and (-o-min-device-pixel-ratio: 3/2),
49
+ only screen and (min-device-pixel-ratio: 1.5) {
50
+ .icheckbox_flat-purple,
51
+ .iradio_flat-purple {
52
+ background-image: url(purple@2x.png);
53
+ -webkit-background-size: 176px 22px;
54
+ background-size: 176px 22px;
55
+ }
56
+ }