uikit2-rails 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/lib/uikit2/rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/uikit/components/accordion.js +1 -1
  4. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  5. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  6. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  7. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  10. data/vendor/assets/javascripts/uikit/components/htmleditor.js +3 -3
  11. data/vendor/assets/javascripts/uikit/components/lightbox.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/nestable.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  14. data/vendor/assets/javascripts/uikit/components/pagination.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/parallax.js +40 -13
  16. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  17. data/vendor/assets/javascripts/uikit/components/slider.js +1 -1
  18. data/vendor/assets/javascripts/uikit/components/slideset.js +1 -1
  19. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  20. data/vendor/assets/javascripts/uikit/components/slideshow.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/sortable.js +1 -1
  22. data/vendor/assets/javascripts/uikit/components/sticky.js +2 -2
  23. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  24. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  26. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  27. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  28. data/vendor/assets/javascripts/uikit/core/core.js +2 -2
  29. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  30. data/vendor/assets/javascripts/uikit/core/dropdown.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/grid.js +1 -1
  32. data/vendor/assets/javascripts/uikit/core/modal.js +8 -6
  33. data/vendor/assets/javascripts/uikit/core/nav.js +1 -1
  34. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  35. data/vendor/assets/javascripts/uikit/core/scrollspy.js +2 -2
  36. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  37. data/vendor/assets/javascripts/uikit/core/switcher.js +2 -2
  38. data/vendor/assets/javascripts/uikit/core/tab.js +1 -1
  39. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  40. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/utility.js +41 -23
  42. data/vendor/assets/javascripts/uikit.js +107 -77
  43. data/vendor/assets/stylesheets/uikit/components/accordion.almost-flat.css +1 -1
  44. data/vendor/assets/stylesheets/uikit/components/accordion.css +1 -1
  45. data/vendor/assets/stylesheets/uikit/components/accordion.gradient.css +1 -1
  46. data/vendor/assets/stylesheets/uikit/components/autocomplete.almost-flat.css +1 -1
  47. data/vendor/assets/stylesheets/uikit/components/autocomplete.css +1 -1
  48. data/vendor/assets/stylesheets/uikit/components/autocomplete.gradient.css +1 -1
  49. data/vendor/assets/stylesheets/uikit/components/datepicker.almost-flat.css +1 -1
  50. data/vendor/assets/stylesheets/uikit/components/datepicker.css +1 -1
  51. data/vendor/assets/stylesheets/uikit/components/datepicker.gradient.css +1 -1
  52. data/vendor/assets/stylesheets/uikit/components/dotnav.almost-flat.css +1 -1
  53. data/vendor/assets/stylesheets/uikit/components/dotnav.css +1 -1
  54. data/vendor/assets/stylesheets/uikit/components/dotnav.gradient.css +1 -1
  55. data/vendor/assets/stylesheets/uikit/components/form-advanced.almost-flat.css +1 -1
  56. data/vendor/assets/stylesheets/uikit/components/form-advanced.css +1 -1
  57. data/vendor/assets/stylesheets/uikit/components/form-advanced.gradient.css +1 -1
  58. data/vendor/assets/stylesheets/uikit/components/form-file.almost-flat.css +1 -1
  59. data/vendor/assets/stylesheets/uikit/components/form-file.css +1 -1
  60. data/vendor/assets/stylesheets/uikit/components/form-file.gradient.css +1 -1
  61. data/vendor/assets/stylesheets/uikit/components/form-password.almost-flat.css +1 -1
  62. data/vendor/assets/stylesheets/uikit/components/form-password.css +1 -1
  63. data/vendor/assets/stylesheets/uikit/components/form-password.gradient.css +1 -1
  64. data/vendor/assets/stylesheets/uikit/components/form-select.almost-flat.css +1 -1
  65. data/vendor/assets/stylesheets/uikit/components/form-select.css +1 -1
  66. data/vendor/assets/stylesheets/uikit/components/form-select.gradient.css +1 -1
  67. data/vendor/assets/stylesheets/uikit/components/htmleditor.almost-flat.css +1 -1
  68. data/vendor/assets/stylesheets/uikit/components/htmleditor.css +1 -1
  69. data/vendor/assets/stylesheets/uikit/components/htmleditor.gradient.css +1 -1
  70. data/vendor/assets/stylesheets/uikit/components/nestable.almost-flat.css +1 -1
  71. data/vendor/assets/stylesheets/uikit/components/nestable.css +1 -1
  72. data/vendor/assets/stylesheets/uikit/components/nestable.gradient.css +1 -1
  73. data/vendor/assets/stylesheets/uikit/components/notify.almost-flat.css +1 -1
  74. data/vendor/assets/stylesheets/uikit/components/notify.css +1 -1
  75. data/vendor/assets/stylesheets/uikit/components/notify.gradient.css +1 -1
  76. data/vendor/assets/stylesheets/uikit/components/placeholder.almost-flat.css +1 -1
  77. data/vendor/assets/stylesheets/uikit/components/placeholder.css +1 -1
  78. data/vendor/assets/stylesheets/uikit/components/placeholder.gradient.css +1 -1
  79. data/vendor/assets/stylesheets/uikit/components/progress.almost-flat.css +1 -1
  80. data/vendor/assets/stylesheets/uikit/components/progress.css +1 -1
  81. data/vendor/assets/stylesheets/uikit/components/progress.gradient.css +1 -1
  82. data/vendor/assets/stylesheets/uikit/components/search.almost-flat.css +1 -1
  83. data/vendor/assets/stylesheets/uikit/components/search.css +1 -1
  84. data/vendor/assets/stylesheets/uikit/components/search.gradient.css +1 -1
  85. data/vendor/assets/stylesheets/uikit/components/slidenav.almost-flat.css +1 -1
  86. data/vendor/assets/stylesheets/uikit/components/slidenav.css +1 -1
  87. data/vendor/assets/stylesheets/uikit/components/slidenav.gradient.css +1 -1
  88. data/vendor/assets/stylesheets/uikit/components/slider.almost-flat.css +1 -1
  89. data/vendor/assets/stylesheets/uikit/components/slider.css +1 -1
  90. data/vendor/assets/stylesheets/uikit/components/slider.gradient.css +1 -1
  91. data/vendor/assets/stylesheets/uikit/components/slideshow.almost-flat.css +1 -1
  92. data/vendor/assets/stylesheets/uikit/components/slideshow.css +1 -1
  93. data/vendor/assets/stylesheets/uikit/components/slideshow.gradient.css +1 -1
  94. data/vendor/assets/stylesheets/uikit/components/sortable.almost-flat.css +1 -1
  95. data/vendor/assets/stylesheets/uikit/components/sortable.css +1 -1
  96. data/vendor/assets/stylesheets/uikit/components/sortable.gradient.css +1 -1
  97. data/vendor/assets/stylesheets/uikit/components/sticky.almost-flat.css +1 -9
  98. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -9
  99. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -9
  100. data/vendor/assets/stylesheets/uikit/components/tooltip.almost-flat.css +1 -1
  101. data/vendor/assets/stylesheets/uikit/components/tooltip.css +1 -1
  102. data/vendor/assets/stylesheets/uikit/components/tooltip.gradient.css +1 -1
  103. data/vendor/assets/stylesheets/uikit/components/upload.almost-flat.css +1 -1
  104. data/vendor/assets/stylesheets/uikit/components/upload.css +1 -1
  105. data/vendor/assets/stylesheets/uikit/components/upload.gradient.css +1 -1
  106. data/vendor/assets/stylesheets/uikit.almost-flat.css +58 -9
  107. data/vendor/assets/stylesheets/uikit.css +58 -9
  108. data/vendor/assets/stylesheets/uikit.gradient.css +58 -9
  109. metadata +2 -2
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Placeholder
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Progress
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Search
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slidenav
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -10,14 +10,6 @@
10
10
  /* 1 */
11
11
  box-sizing: border-box;
12
12
  }
13
- /*
14
- * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
15
- */
16
- .uk-sticky-placeholder > * {
17
- /* 1 */
18
- -webkit-backface-visibility: hidden;
19
- backface-visibility: hidden;
20
- }
21
13
  /*
22
14
  * Faster animations
23
15
  */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -10,14 +10,6 @@
10
10
  /* 1 */
11
11
  box-sizing: border-box;
12
12
  }
13
- /*
14
- * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
15
- */
16
- .uk-sticky-placeholder > * {
17
- /* 1 */
18
- -webkit-backface-visibility: hidden;
19
- backface-visibility: hidden;
20
- }
21
13
  /*
22
14
  * Faster animations
23
15
  */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -10,14 +10,6 @@
10
10
  /* 1 */
11
11
  box-sizing: border-box;
12
12
  }
13
- /*
14
- * 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
15
- */
16
- .uk-sticky-placeholder > * {
17
- /* 1 */
18
- -webkit-backface-visibility: hidden;
19
- backface-visibility: hidden;
20
- }
21
13
  /*
22
14
  * Faster animations
23
15
  */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -139,7 +139,7 @@ sub {
139
139
  /* Embedded content
140
140
  ========================================================================== */
141
141
  /*
142
- * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
142
+ * Remove the gap between embedded content and the bottom of their containers.
143
143
  */
144
144
  audio,
145
145
  canvas,
@@ -150,26 +150,38 @@ video {
150
150
  vertical-align: middle;
151
151
  }
152
152
  /*
153
- * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
153
+ * Responsiveness
154
+ * 1. Sets a maximum width relative to the parent and auto scales the height
154
155
  * 2. Corrects `max-width` behavior if padding and border are used
155
- * 3. Remove border when inside `a` element in IE 8/9/10.
156
156
  */
157
- img {
157
+ audio,
158
+ canvas,
159
+ img,
160
+ svg,
161
+ video {
158
162
  /* 1 */
159
163
  max-width: 100%;
160
164
  height: auto;
161
165
  /* 2 */
162
166
  box-sizing: border-box;
163
- /* 3 */
164
- border: 0;
165
167
  }
166
168
  /*
167
- * Preserve original image dimensions
169
+ * Preserve original dimensions
168
170
  */
169
171
  .uk-img-preserve,
170
- .uk-img-preserve img {
172
+ .uk-img-preserve audio,
173
+ .uk-img-preserve canvas,
174
+ .uk-img-preserve img,
175
+ .uk-img-preserve svg,
176
+ .uk-img-preserve video {
171
177
  max-width: none;
172
178
  }
179
+ /*
180
+ * Remove border when inside `a` element in IE 8/9/10.
181
+ */
182
+ img {
183
+ border: 0;
184
+ }
173
185
  /*
174
186
  * Correct overflow not hidden in IE 9/10/11.
175
187
  */
@@ -537,6 +549,41 @@ iframe {
537
549
  .uk-grid-medium > * > .uk-panel + .uk-panel {
538
550
  margin-top: 25px;
539
551
  }
552
+ /*
553
+ * Large gutter
554
+ */
555
+ /* Large screen and bigger */
556
+ @media (min-width: 960px) {
557
+ /* Horizontal */
558
+ .uk-grid-large {
559
+ margin-left: -35px;
560
+ }
561
+ .uk-grid-large > * {
562
+ padding-left: 35px;
563
+ }
564
+ /* Vertical */
565
+ .uk-grid-large + .uk-grid-large,
566
+ .uk-grid-large-margin,
567
+ .uk-grid-large > * > .uk-panel + .uk-panel {
568
+ margin-top: 35px;
569
+ }
570
+ }
571
+ /* Extra Large screens */
572
+ @media (min-width: 1220px) {
573
+ /* Horizontal */
574
+ .uk-grid-large {
575
+ margin-left: -50px;
576
+ }
577
+ .uk-grid-large > * {
578
+ padding-left: 50px;
579
+ }
580
+ /* Vertical */
581
+ .uk-grid-large + .uk-grid-large,
582
+ .uk-grid-large-margin,
583
+ .uk-grid-large > * > .uk-panel + .uk-panel {
584
+ margin-top: 50px;
585
+ }
586
+ }
540
587
  /* Modifier: `uk-grid-divider`
541
588
  ========================================================================== */
542
589
  /*
@@ -7539,6 +7586,7 @@ a.uk-thumbnail:focus {
7539
7586
  padding: 0;
7540
7587
  max-width: 95%;
7541
7588
  max-width: calc(100% - 30px);
7589
+ min-height: 50px;
7542
7590
  border-radius: 0;
7543
7591
  }
7544
7592
  /*
@@ -7645,6 +7693,7 @@ a.uk-thumbnail:focus {
7645
7693
  }
7646
7694
  .uk-modal-spinner:after {
7647
7695
  content: "\f110";
7696
+ display: block;
7648
7697
  font-family: FontAwesome;
7649
7698
  -webkit-animation: uk-rotate 2s infinite linear;
7650
7699
  animation: uk-rotate 2s infinite linear;
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -135,7 +135,7 @@ sub {
135
135
  /* Embedded content
136
136
  ========================================================================== */
137
137
  /*
138
- * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
138
+ * Remove the gap between embedded content and the bottom of their containers.
139
139
  */
140
140
  audio,
141
141
  canvas,
@@ -146,26 +146,38 @@ video {
146
146
  vertical-align: middle;
147
147
  }
148
148
  /*
149
- * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
149
+ * Responsiveness
150
+ * 1. Sets a maximum width relative to the parent and auto scales the height
150
151
  * 2. Corrects `max-width` behavior if padding and border are used
151
- * 3. Remove border when inside `a` element in IE 8/9/10.
152
152
  */
153
- img {
153
+ audio,
154
+ canvas,
155
+ img,
156
+ svg,
157
+ video {
154
158
  /* 1 */
155
159
  max-width: 100%;
156
160
  height: auto;
157
161
  /* 2 */
158
162
  box-sizing: border-box;
159
- /* 3 */
160
- border: 0;
161
163
  }
162
164
  /*
163
- * Preserve original image dimensions
165
+ * Preserve original dimensions
164
166
  */
165
167
  .uk-img-preserve,
166
- .uk-img-preserve img {
168
+ .uk-img-preserve audio,
169
+ .uk-img-preserve canvas,
170
+ .uk-img-preserve img,
171
+ .uk-img-preserve svg,
172
+ .uk-img-preserve video {
167
173
  max-width: none;
168
174
  }
175
+ /*
176
+ * Remove border when inside `a` element in IE 8/9/10.
177
+ */
178
+ img {
179
+ border: 0;
180
+ }
169
181
  /*
170
182
  * Correct overflow not hidden in IE 9/10/11.
171
183
  */
@@ -531,6 +543,41 @@ iframe {
531
543
  .uk-grid-medium > * > .uk-panel + .uk-panel {
532
544
  margin-top: 25px;
533
545
  }
546
+ /*
547
+ * Large gutter
548
+ */
549
+ /* Large screen and bigger */
550
+ @media (min-width: 960px) {
551
+ /* Horizontal */
552
+ .uk-grid-large {
553
+ margin-left: -35px;
554
+ }
555
+ .uk-grid-large > * {
556
+ padding-left: 35px;
557
+ }
558
+ /* Vertical */
559
+ .uk-grid-large + .uk-grid-large,
560
+ .uk-grid-large-margin,
561
+ .uk-grid-large > * > .uk-panel + .uk-panel {
562
+ margin-top: 35px;
563
+ }
564
+ }
565
+ /* Extra Large screens */
566
+ @media (min-width: 1220px) {
567
+ /* Horizontal */
568
+ .uk-grid-large {
569
+ margin-left: -50px;
570
+ }
571
+ .uk-grid-large > * {
572
+ padding-left: 50px;
573
+ }
574
+ /* Vertical */
575
+ .uk-grid-large + .uk-grid-large,
576
+ .uk-grid-large-margin,
577
+ .uk-grid-large > * > .uk-panel + .uk-panel {
578
+ margin-top: 50px;
579
+ }
580
+ }
534
581
  /* Modifier: `uk-grid-divider`
535
582
  ========================================================================== */
536
583
  /*
@@ -7279,6 +7326,7 @@ a.uk-thumbnail:focus {
7279
7326
  padding: 0;
7280
7327
  max-width: 95%;
7281
7328
  max-width: calc(100% - 30px);
7329
+ min-height: 50px;
7282
7330
  }
7283
7331
  /*
7284
7332
  * Close button
@@ -7374,6 +7422,7 @@ a.uk-thumbnail:focus {
7374
7422
  }
7375
7423
  .uk-modal-spinner:after {
7376
7424
  content: "\f110";
7425
+ display: block;
7377
7426
  font-family: FontAwesome;
7378
7427
  -webkit-animation: uk-rotate 2s infinite linear;
7379
7428
  animation: uk-rotate 2s infinite linear;
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
@@ -141,7 +141,7 @@ sub {
141
141
  /* Embedded content
142
142
  ========================================================================== */
143
143
  /*
144
- * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
144
+ * Remove the gap between embedded content and the bottom of their containers.
145
145
  */
146
146
  audio,
147
147
  canvas,
@@ -152,26 +152,38 @@ video {
152
152
  vertical-align: middle;
153
153
  }
154
154
  /*
155
- * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
155
+ * Responsiveness
156
+ * 1. Sets a maximum width relative to the parent and auto scales the height
156
157
  * 2. Corrects `max-width` behavior if padding and border are used
157
- * 3. Remove border when inside `a` element in IE 8/9/10.
158
158
  */
159
- img {
159
+ audio,
160
+ canvas,
161
+ img,
162
+ svg,
163
+ video {
160
164
  /* 1 */
161
165
  max-width: 100%;
162
166
  height: auto;
163
167
  /* 2 */
164
168
  box-sizing: border-box;
165
- /* 3 */
166
- border: 0;
167
169
  }
168
170
  /*
169
- * Preserve original image dimensions
171
+ * Preserve original dimensions
170
172
  */
171
173
  .uk-img-preserve,
172
- .uk-img-preserve img {
174
+ .uk-img-preserve audio,
175
+ .uk-img-preserve canvas,
176
+ .uk-img-preserve img,
177
+ .uk-img-preserve svg,
178
+ .uk-img-preserve video {
173
179
  max-width: none;
174
180
  }
181
+ /*
182
+ * Remove border when inside `a` element in IE 8/9/10.
183
+ */
184
+ img {
185
+ border: 0;
186
+ }
175
187
  /*
176
188
  * Correct overflow not hidden in IE 9/10/11.
177
189
  */
@@ -539,6 +551,41 @@ iframe {
539
551
  .uk-grid-medium > * > .uk-panel + .uk-panel {
540
552
  margin-top: 25px;
541
553
  }
554
+ /*
555
+ * Large gutter
556
+ */
557
+ /* Large screen and bigger */
558
+ @media (min-width: 960px) {
559
+ /* Horizontal */
560
+ .uk-grid-large {
561
+ margin-left: -35px;
562
+ }
563
+ .uk-grid-large > * {
564
+ padding-left: 35px;
565
+ }
566
+ /* Vertical */
567
+ .uk-grid-large + .uk-grid-large,
568
+ .uk-grid-large-margin,
569
+ .uk-grid-large > * > .uk-panel + .uk-panel {
570
+ margin-top: 35px;
571
+ }
572
+ }
573
+ /* Extra Large screens */
574
+ @media (min-width: 1220px) {
575
+ /* Horizontal */
576
+ .uk-grid-large {
577
+ margin-left: -50px;
578
+ }
579
+ .uk-grid-large > * {
580
+ padding-left: 50px;
581
+ }
582
+ /* Vertical */
583
+ .uk-grid-large + .uk-grid-large,
584
+ .uk-grid-large-margin,
585
+ .uk-grid-large > * > .uk-panel + .uk-panel {
586
+ margin-top: 50px;
587
+ }
588
+ }
542
589
  /* Modifier: `uk-grid-divider`
543
590
  ========================================================================== */
544
591
  /*
@@ -7600,6 +7647,7 @@ a.uk-thumbnail:focus {
7600
7647
  padding: 0;
7601
7648
  max-width: 95%;
7602
7649
  max-width: calc(100% - 30px);
7650
+ min-height: 50px;
7603
7651
  border-radius: 0;
7604
7652
  }
7605
7653
  /*
@@ -7706,6 +7754,7 @@ a.uk-thumbnail:focus {
7706
7754
  }
7707
7755
  .uk-modal-spinner:after {
7708
7756
  content: "\f110";
7757
+ display: block;
7709
7758
  font-family: FontAwesome;
7710
7759
  -webkit-animation: uk-rotate 2s infinite linear;
7711
7760
  animation: uk-rotate 2s infinite linear;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uikit2-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolay Digaev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-17 00:00:00.000000000 Z
11
+ date: 2016-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler