uikit2-rails 0.1.5 → 0.1.6

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/README.md +1 -1
  3. data/lib/uikit2/rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/uikit/components/accordion.js +2 -2
  5. data/vendor/assets/javascripts/uikit/components/autocomplete.js +1 -1
  6. data/vendor/assets/javascripts/uikit/components/datepicker.js +1 -1
  7. data/vendor/assets/javascripts/uikit/components/form-password.js +1 -1
  8. data/vendor/assets/javascripts/uikit/components/form-select.js +1 -1
  9. data/vendor/assets/javascripts/uikit/components/grid-parallax.js +168 -0
  10. data/vendor/assets/javascripts/uikit/components/grid.js +1 -1
  11. data/vendor/assets/javascripts/uikit/components/htmleditor.js +1 -1
  12. data/vendor/assets/javascripts/uikit/components/lightbox.js +1 -1
  13. data/vendor/assets/javascripts/uikit/components/nestable.js +4 -3
  14. data/vendor/assets/javascripts/uikit/components/notify.js +1 -1
  15. data/vendor/assets/javascripts/uikit/components/pagination.js +3 -3
  16. data/vendor/assets/javascripts/uikit/components/parallax.js +4 -4
  17. data/vendor/assets/javascripts/uikit/components/search.js +1 -1
  18. data/vendor/assets/javascripts/uikit/components/slider.js +4 -4
  19. data/vendor/assets/javascripts/uikit/components/slideset.js +13 -5
  20. data/vendor/assets/javascripts/uikit/components/slideshow-fx.js +1 -1
  21. data/vendor/assets/javascripts/uikit/components/slideshow.js +2 -2
  22. data/vendor/assets/javascripts/uikit/components/sortable.js +6 -17
  23. data/vendor/assets/javascripts/uikit/components/sticky.js +5 -6
  24. data/vendor/assets/javascripts/uikit/components/timepicker.js +1 -1
  25. data/vendor/assets/javascripts/uikit/components/tooltip.js +1 -1
  26. data/vendor/assets/javascripts/uikit/components/upload.js +1 -1
  27. data/vendor/assets/javascripts/uikit/core/alert.js +1 -1
  28. data/vendor/assets/javascripts/uikit/core/button.js +1 -1
  29. data/vendor/assets/javascripts/uikit/core/core.js +24 -18
  30. data/vendor/assets/javascripts/uikit/core/cover.js +1 -1
  31. data/vendor/assets/javascripts/uikit/core/dropdown.js +24 -13
  32. data/vendor/assets/javascripts/uikit/core/grid.js +1 -1
  33. data/vendor/assets/javascripts/uikit/core/modal.js +1 -1
  34. data/vendor/assets/javascripts/uikit/core/nav.js +2 -2
  35. data/vendor/assets/javascripts/uikit/core/offcanvas.js +1 -1
  36. data/vendor/assets/javascripts/uikit/core/scrollspy.js +2 -1
  37. data/vendor/assets/javascripts/uikit/core/smooth-scroll.js +1 -1
  38. data/vendor/assets/javascripts/uikit/core/switcher.js +2 -2
  39. data/vendor/assets/javascripts/uikit/core/tab.js +4 -4
  40. data/vendor/assets/javascripts/uikit/core/toggle.js +1 -1
  41. data/vendor/assets/javascripts/uikit/core/touch.js +1 -1
  42. data/vendor/assets/javascripts/uikit/core/utility.js +9 -17
  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 -1
  98. data/vendor/assets/stylesheets/uikit/components/sticky.css +1 -1
  99. data/vendor/assets/stylesheets/uikit/components/sticky.gradient.css +1 -1
  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 +41 -16
  107. data/vendor/assets/stylesheets/uikit.css +41 -16
  108. data/vendor/assets/stylesheets/uikit.gradient.css +41 -16
  109. metadata +4 -3
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slider
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Slideshow
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sortable
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Sticky
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Tooltip
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,4 +1,4 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Upload
4
4
  ========================================================================== */
@@ -1,9 +1,9 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
5
5
  /*
6
- * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
6
+ * 1. Normalize default `font-family` and set `font-size` to support `rem` units
7
7
  * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
8
8
  * 3. Style
9
9
  */
@@ -32,7 +32,7 @@ a {
32
32
  background: transparent;
33
33
  }
34
34
  /*
35
- * Improves readability when focused and also mouse hovered in all browsers.
35
+ * Improve readability of focused elements when they are also in an active/hover state.
36
36
  */
37
37
  a:active,
38
38
  a:hover {
@@ -55,13 +55,13 @@ a:hover,
55
55
  /* Text-level semantics
56
56
  ========================================================================== */
57
57
  /*
58
- * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
58
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
59
59
  */
60
60
  abbr[title] {
61
61
  border-bottom: 1px dotted;
62
62
  }
63
63
  /*
64
- * Addresses style set to `bolder` in Firefox
64
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
65
65
  */
66
66
  b,
67
67
  strong {
@@ -136,13 +136,23 @@ sup {
136
136
  sub {
137
137
  bottom: -0.25em;
138
138
  }
139
- /* Images
139
+ /* Embedded content
140
140
  ========================================================================== */
141
+ /*
142
+ * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
143
+ */
144
+ audio,
145
+ canvas,
146
+ iframe,
147
+ img,
148
+ svg,
149
+ video {
150
+ vertical-align: middle;
151
+ }
141
152
  /*
142
153
  * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
143
154
  * 2. Corrects `max-width` behavior if padding and border are used
144
155
  * 3. Remove border when inside `a` element in IE 8/9/10.
145
- * 4. Remove the gap between images and the bottom of their containers
146
156
  */
147
157
  img {
148
158
  /* 1 */
@@ -152,8 +162,6 @@ img {
152
162
  box-sizing: border-box;
153
163
  /* 3 */
154
164
  border: 0;
155
- /* 4 */
156
- vertical-align: middle;
157
165
  }
158
166
  /*
159
167
  * Preserve original image dimensions
@@ -344,7 +352,9 @@ pre {
344
352
  /* HTML5 elements
345
353
  ========================================================================== */
346
354
  /*
347
- * Corrects `block` display not defined in IE 8/9.
355
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
356
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
357
+ * Correct `block` display not defined for `main` in IE 11.
348
358
  */
349
359
  article,
350
360
  aside,
@@ -360,7 +370,7 @@ summary {
360
370
  display: block;
361
371
  }
362
372
  /*
363
- * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
373
+ * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
364
374
  */
365
375
  progress {
366
376
  vertical-align: baseline;
@@ -372,8 +382,8 @@ audio:not([controls]) {
372
382
  display: none;
373
383
  }
374
384
  /*
375
- * Address `[hidden]` styling not present in IE 8/9.
376
- * Hide the `template` element in IE and Safari
385
+ * Address `[hidden]` styling not present in IE 8/9/10.
386
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
377
387
  */
378
388
  [hidden],
379
389
  template {
@@ -637,8 +647,14 @@ iframe {
637
647
  .uk-grid-width-1-10 > * {
638
648
  width: 10%;
639
649
  }
650
+ .uk-grid-width-auto > * {
651
+ width: auto;
652
+ }
640
653
  /* Phone landscape and bigger */
641
654
  @media (min-width: 480px) {
655
+ .uk-grid-width-small-1-1 > * {
656
+ width: 100%;
657
+ }
642
658
  .uk-grid-width-small-1-2 > * {
643
659
  width: 50%;
644
660
  }
@@ -660,6 +676,9 @@ iframe {
660
676
  }
661
677
  /* Tablet and bigger */
662
678
  @media (min-width: 768px) {
679
+ .uk-grid-width-medium-1-1 > * {
680
+ width: 100%;
681
+ }
663
682
  .uk-grid-width-medium-1-2 > * {
664
683
  width: 50%;
665
684
  }
@@ -681,6 +700,9 @@ iframe {
681
700
  }
682
701
  /* Desktop and bigger */
683
702
  @media (min-width: 960px) {
703
+ .uk-grid-width-large-1-1 > * {
704
+ width: 100%;
705
+ }
684
706
  .uk-grid-width-large-1-2 > * {
685
707
  width: 50%;
686
708
  }
@@ -702,6 +724,9 @@ iframe {
702
724
  }
703
725
  /* Large screen and bigger */
704
726
  @media (min-width: 1220px) {
727
+ .uk-grid-width-xlarge-1-1 > * {
728
+ width: 100%;
729
+ }
705
730
  .uk-grid-width-xlarge-1-2 > * {
706
731
  width: 50%;
707
732
  }
@@ -7968,12 +7993,10 @@ a.uk-thumbnail:focus {
7968
7993
  @media (min-width: 768px) {
7969
7994
  .uk-align-medium-left {
7970
7995
  margin-right: 15px;
7971
- margin-bottom: 15px;
7972
7996
  float: left;
7973
7997
  }
7974
7998
  .uk-align-medium-right {
7975
7999
  margin-left: 15px;
7976
- margin-bottom: 15px;
7977
8000
  float: right;
7978
8001
  }
7979
8002
  }
@@ -8849,7 +8872,9 @@ a.uk-thumbnail:focus {
8849
8872
  Component: Print
8850
8873
  ========================================================================== */
8851
8874
  @media print {
8852
- * {
8875
+ *,
8876
+ *:before,
8877
+ *:after {
8853
8878
  background: transparent !important;
8854
8879
  color: black !important;
8855
8880
  box-shadow: none !important;
@@ -1,9 +1,9 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
5
5
  /*
6
- * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
6
+ * 1. Normalize default `font-family` and set `font-size` to support `rem` units
7
7
  * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
8
8
  * 3. Style
9
9
  */
@@ -32,7 +32,7 @@ a {
32
32
  background: transparent;
33
33
  }
34
34
  /*
35
- * Improves readability when focused and also mouse hovered in all browsers.
35
+ * Improve readability of focused elements when they are also in an active/hover state.
36
36
  */
37
37
  a:active,
38
38
  a:hover {
@@ -55,13 +55,13 @@ a:hover,
55
55
  /* Text-level semantics
56
56
  ========================================================================== */
57
57
  /*
58
- * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
58
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
59
59
  */
60
60
  abbr[title] {
61
61
  border-bottom: 1px dotted;
62
62
  }
63
63
  /*
64
- * Addresses style set to `bolder` in Firefox
64
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
65
65
  */
66
66
  b,
67
67
  strong {
@@ -132,13 +132,23 @@ sup {
132
132
  sub {
133
133
  bottom: -0.25em;
134
134
  }
135
- /* Images
135
+ /* Embedded content
136
136
  ========================================================================== */
137
+ /*
138
+ * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
139
+ */
140
+ audio,
141
+ canvas,
142
+ iframe,
143
+ img,
144
+ svg,
145
+ video {
146
+ vertical-align: middle;
147
+ }
137
148
  /*
138
149
  * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
139
150
  * 2. Corrects `max-width` behavior if padding and border are used
140
151
  * 3. Remove border when inside `a` element in IE 8/9/10.
141
- * 4. Remove the gap between images and the bottom of their containers
142
152
  */
143
153
  img {
144
154
  /* 1 */
@@ -148,8 +158,6 @@ img {
148
158
  box-sizing: border-box;
149
159
  /* 3 */
150
160
  border: 0;
151
- /* 4 */
152
- vertical-align: middle;
153
161
  }
154
162
  /*
155
163
  * Preserve original image dimensions
@@ -338,7 +346,9 @@ pre {
338
346
  /* HTML5 elements
339
347
  ========================================================================== */
340
348
  /*
341
- * Corrects `block` display not defined in IE 8/9.
349
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
350
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
351
+ * Correct `block` display not defined for `main` in IE 11.
342
352
  */
343
353
  article,
344
354
  aside,
@@ -354,7 +364,7 @@ summary {
354
364
  display: block;
355
365
  }
356
366
  /*
357
- * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
367
+ * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
358
368
  */
359
369
  progress {
360
370
  vertical-align: baseline;
@@ -366,8 +376,8 @@ audio:not([controls]) {
366
376
  display: none;
367
377
  }
368
378
  /*
369
- * Address `[hidden]` styling not present in IE 8/9.
370
- * Hide the `template` element in IE and Safari
379
+ * Address `[hidden]` styling not present in IE 8/9/10.
380
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
371
381
  */
372
382
  [hidden],
373
383
  template {
@@ -631,8 +641,14 @@ iframe {
631
641
  .uk-grid-width-1-10 > * {
632
642
  width: 10%;
633
643
  }
644
+ .uk-grid-width-auto > * {
645
+ width: auto;
646
+ }
634
647
  /* Phone landscape and bigger */
635
648
  @media (min-width: 480px) {
649
+ .uk-grid-width-small-1-1 > * {
650
+ width: 100%;
651
+ }
636
652
  .uk-grid-width-small-1-2 > * {
637
653
  width: 50%;
638
654
  }
@@ -654,6 +670,9 @@ iframe {
654
670
  }
655
671
  /* Tablet and bigger */
656
672
  @media (min-width: 768px) {
673
+ .uk-grid-width-medium-1-1 > * {
674
+ width: 100%;
675
+ }
657
676
  .uk-grid-width-medium-1-2 > * {
658
677
  width: 50%;
659
678
  }
@@ -675,6 +694,9 @@ iframe {
675
694
  }
676
695
  /* Desktop and bigger */
677
696
  @media (min-width: 960px) {
697
+ .uk-grid-width-large-1-1 > * {
698
+ width: 100%;
699
+ }
678
700
  .uk-grid-width-large-1-2 > * {
679
701
  width: 50%;
680
702
  }
@@ -696,6 +718,9 @@ iframe {
696
718
  }
697
719
  /* Large screen and bigger */
698
720
  @media (min-width: 1220px) {
721
+ .uk-grid-width-xlarge-1-1 > * {
722
+ width: 100%;
723
+ }
699
724
  .uk-grid-width-xlarge-1-2 > * {
700
725
  width: 50%;
701
726
  }
@@ -7678,12 +7703,10 @@ a.uk-thumbnail:focus {
7678
7703
  @media (min-width: 768px) {
7679
7704
  .uk-align-medium-left {
7680
7705
  margin-right: 15px;
7681
- margin-bottom: 15px;
7682
7706
  float: left;
7683
7707
  }
7684
7708
  .uk-align-medium-right {
7685
7709
  margin-left: 15px;
7686
- margin-bottom: 15px;
7687
7710
  float: right;
7688
7711
  }
7689
7712
  }
@@ -8549,7 +8572,9 @@ a.uk-thumbnail:focus {
8549
8572
  Component: Print
8550
8573
  ========================================================================== */
8551
8574
  @media print {
8552
- * {
8575
+ *,
8576
+ *:before,
8577
+ *:after {
8553
8578
  background: transparent !important;
8554
8579
  color: black !important;
8555
8580
  box-shadow: none !important;
@@ -1,9 +1,9 @@
1
- /*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
1
+ /*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
2
2
  /* ========================================================================
3
3
  Component: Base
4
4
  ========================================================================== */
5
5
  /*
6
- * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
6
+ * 1. Normalize default `font-family` and set `font-size` to support `rem` units
7
7
  * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
8
8
  * 3. Style
9
9
  */
@@ -34,7 +34,7 @@ a {
34
34
  background: transparent;
35
35
  }
36
36
  /*
37
- * Improves readability when focused and also mouse hovered in all browsers.
37
+ * Improve readability of focused elements when they are also in an active/hover state.
38
38
  */
39
39
  a:active,
40
40
  a:hover {
@@ -57,13 +57,13 @@ a:hover,
57
57
  /* Text-level semantics
58
58
  ========================================================================== */
59
59
  /*
60
- * Addresses styling not present in Chrome, Safari, Opera and IE 8/9/10.
60
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
61
61
  */
62
62
  abbr[title] {
63
63
  border-bottom: 1px dotted;
64
64
  }
65
65
  /*
66
- * Addresses style set to `bolder` in Firefox
66
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
67
67
  */
68
68
  b,
69
69
  strong {
@@ -138,13 +138,23 @@ sup {
138
138
  sub {
139
139
  bottom: -0.25em;
140
140
  }
141
- /* Images
141
+ /* Embedded content
142
142
  ========================================================================== */
143
+ /*
144
+ * Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers.
145
+ */
146
+ audio,
147
+ canvas,
148
+ iframe,
149
+ img,
150
+ svg,
151
+ video {
152
+ vertical-align: middle;
153
+ }
143
154
  /*
144
155
  * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
145
156
  * 2. Corrects `max-width` behavior if padding and border are used
146
157
  * 3. Remove border when inside `a` element in IE 8/9/10.
147
- * 4. Remove the gap between images and the bottom of their containers
148
158
  */
149
159
  img {
150
160
  /* 1 */
@@ -154,8 +164,6 @@ img {
154
164
  box-sizing: border-box;
155
165
  /* 3 */
156
166
  border: 0;
157
- /* 4 */
158
- vertical-align: middle;
159
167
  }
160
168
  /*
161
169
  * Preserve original image dimensions
@@ -346,7 +354,9 @@ pre {
346
354
  /* HTML5 elements
347
355
  ========================================================================== */
348
356
  /*
349
- * Corrects `block` display not defined in IE 8/9.
357
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
358
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
359
+ * Correct `block` display not defined for `main` in IE 11.
350
360
  */
351
361
  article,
352
362
  aside,
@@ -362,7 +372,7 @@ summary {
362
372
  display: block;
363
373
  }
364
374
  /*
365
- * Addresses inconsistent vertical alignment of `progress` in Chrome, Firefox and Opera.
375
+ * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
366
376
  */
367
377
  progress {
368
378
  vertical-align: baseline;
@@ -374,8 +384,8 @@ audio:not([controls]) {
374
384
  display: none;
375
385
  }
376
386
  /*
377
- * Address `[hidden]` styling not present in IE 8/9.
378
- * Hide the `template` element in IE and Safari
387
+ * Address `[hidden]` styling not present in IE 8/9/10.
388
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
379
389
  */
380
390
  [hidden],
381
391
  template {
@@ -639,8 +649,14 @@ iframe {
639
649
  .uk-grid-width-1-10 > * {
640
650
  width: 10%;
641
651
  }
652
+ .uk-grid-width-auto > * {
653
+ width: auto;
654
+ }
642
655
  /* Phone landscape and bigger */
643
656
  @media (min-width: 480px) {
657
+ .uk-grid-width-small-1-1 > * {
658
+ width: 100%;
659
+ }
644
660
  .uk-grid-width-small-1-2 > * {
645
661
  width: 50%;
646
662
  }
@@ -662,6 +678,9 @@ iframe {
662
678
  }
663
679
  /* Tablet and bigger */
664
680
  @media (min-width: 768px) {
681
+ .uk-grid-width-medium-1-1 > * {
682
+ width: 100%;
683
+ }
665
684
  .uk-grid-width-medium-1-2 > * {
666
685
  width: 50%;
667
686
  }
@@ -683,6 +702,9 @@ iframe {
683
702
  }
684
703
  /* Desktop and bigger */
685
704
  @media (min-width: 960px) {
705
+ .uk-grid-width-large-1-1 > * {
706
+ width: 100%;
707
+ }
686
708
  .uk-grid-width-large-1-2 > * {
687
709
  width: 50%;
688
710
  }
@@ -704,6 +726,9 @@ iframe {
704
726
  }
705
727
  /* Large screen and bigger */
706
728
  @media (min-width: 1220px) {
729
+ .uk-grid-width-xlarge-1-1 > * {
730
+ width: 100%;
731
+ }
707
732
  .uk-grid-width-xlarge-1-2 > * {
708
733
  width: 50%;
709
734
  }
@@ -8029,12 +8054,10 @@ a.uk-thumbnail:focus {
8029
8054
  @media (min-width: 768px) {
8030
8055
  .uk-align-medium-left {
8031
8056
  margin-right: 15px;
8032
- margin-bottom: 15px;
8033
8057
  float: left;
8034
8058
  }
8035
8059
  .uk-align-medium-right {
8036
8060
  margin-left: 15px;
8037
- margin-bottom: 15px;
8038
8061
  float: right;
8039
8062
  }
8040
8063
  }
@@ -8912,7 +8935,9 @@ a.uk-thumbnail:focus {
8912
8935
  Component: Print
8913
8936
  ========================================================================== */
8914
8937
  @media print {
8915
- * {
8938
+ *,
8939
+ *:before,
8940
+ *:after {
8916
8941
  background: transparent !important;
8917
8942
  color: black !important;
8918
8943
  box-shadow: none !important;
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikolay Digaev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-22 00:00:00.000000000 Z
11
+ date: 2016-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -67,6 +67,7 @@ files:
67
67
  - vendor/assets/javascripts/uikit/components/datepicker.js
68
68
  - vendor/assets/javascripts/uikit/components/form-password.js
69
69
  - vendor/assets/javascripts/uikit/components/form-select.js
70
+ - vendor/assets/javascripts/uikit/components/grid-parallax.js
70
71
  - vendor/assets/javascripts/uikit/components/grid.js
71
72
  - vendor/assets/javascripts/uikit/components/htmleditor.js
72
73
  - vendor/assets/javascripts/uikit/components/lightbox.js
@@ -187,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
188
  version: '0'
188
189
  requirements: []
189
190
  rubyforge_project:
190
- rubygems_version: 2.4.5.1
191
+ rubygems_version: 2.5.1
191
192
  signing_key:
192
193
  specification_version: 4
193
194
  summary: uikit gem for Ruby on Rails.