paint-rails 0.6.7 → 0.7.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -4
  3. data/lib/paint-rails/version.rb +1 -1
  4. data/paint-rails.gemspec +2 -2
  5. data/vendor/assets/stylesheets/Brocfile.js +3 -0
  6. data/vendor/assets/stylesheets/Gemfile +3 -0
  7. data/vendor/assets/stylesheets/Gemfile.lock +14 -0
  8. data/vendor/assets/stylesheets/bin/ci +6 -0
  9. data/vendor/assets/stylesheets/bin/lint +5 -0
  10. data/vendor/assets/stylesheets/bin/setup +7 -0
  11. data/vendor/assets/stylesheets/bower_components/fontawesome/.bower.json +5 -5
  12. data/vendor/assets/stylesheets/bower_components/fontawesome/.gitignore +1 -0
  13. data/vendor/assets/stylesheets/bower_components/fontawesome/bower.json +1 -1
  14. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.css +133 -4
  15. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.css.map +7 -0
  16. data/vendor/assets/stylesheets/bower_components/fontawesome/css/font-awesome.min.css +2 -2
  17. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/FontAwesome.otf +0 -0
  18. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.eot +0 -0
  19. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.svg +53 -8
  20. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.ttf +0 -0
  21. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.woff +0 -0
  22. data/vendor/assets/stylesheets/bower_components/fontawesome/fonts/fontawesome-webfont.woff2 +0 -0
  23. data/vendor/assets/stylesheets/bower_components/fontawesome/less/{spinning.less → animated.less} +6 -1
  24. data/vendor/assets/stylesheets/bower_components/fontawesome/less/core.less +3 -1
  25. data/vendor/assets/stylesheets/bower_components/fontawesome/less/font-awesome.less +2 -2
  26. data/vendor/assets/stylesheets/bower_components/fontawesome/less/icons.less +45 -1
  27. data/vendor/assets/stylesheets/bower_components/fontawesome/less/mixins.less +3 -1
  28. data/vendor/assets/stylesheets/bower_components/fontawesome/less/path.less +1 -0
  29. data/vendor/assets/stylesheets/bower_components/fontawesome/less/variables.less +47 -2
  30. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/{_spinning.scss → _animated.scss} +5 -0
  31. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_core.scss +3 -1
  32. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_icons.scss +45 -1
  33. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_mixins.scss +3 -1
  34. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_path.scss +2 -1
  35. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_variables.scss +47 -2
  36. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/font-awesome.scss +2 -2
  37. data/vendor/assets/stylesheets/bower_components/foundation/.bower.json +5 -5
  38. data/vendor/assets/stylesheets/bower_components/foundation/bower.json +1 -1
  39. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.css +1855 -1667
  40. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.css.map +7 -0
  41. data/vendor/assets/stylesheets/bower_components/foundation/css/foundation.min.css +1 -0
  42. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.css +11 -12
  43. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.css.map +7 -0
  44. data/vendor/assets/stylesheets/bower_components/foundation/css/normalize.min.css +1 -0
  45. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.abide.js +156 -62
  46. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.accordion.js +35 -13
  47. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.alert.js +8 -8
  48. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.clearing.js +93 -65
  49. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.dropdown.js +203 -66
  50. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.equalizer.js +57 -27
  51. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.interchange.js +61 -46
  52. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.joyride.js +93 -78
  53. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.js +177 -77
  54. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.magellan.js +81 -55
  55. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.offcanvas.js +28 -28
  56. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.orbit.js +135 -131
  57. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.reveal.js +119 -65
  58. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.slider.js +113 -71
  59. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.tab.js +67 -35
  60. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.tooltip.js +76 -37
  61. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation/foundation.topbar.js +71 -58
  62. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation.js +1570 -919
  63. data/vendor/assets/stylesheets/bower_components/foundation/js/foundation.min.js +5 -4
  64. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/fastclick.js +8 -9
  65. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/jquery.js +10 -9
  66. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/modernizr.js +1 -1
  67. data/vendor/assets/stylesheets/bower_components/foundation/js/vendor/placeholder.js +2 -2
  68. data/vendor/assets/stylesheets/bower_components/foundation/package.json +53 -0
  69. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/_functions.scss +76 -22
  70. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/_settings.scss +152 -107
  71. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_accordion.scss +8 -8
  72. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_alert-boxes.scss +12 -12
  73. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_block-grid.scss +14 -13
  74. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_breadcrumbs.scss +18 -19
  75. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_button-groups.scss +35 -25
  76. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_buttons.scss +16 -19
  77. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_clearing.scss +60 -47
  78. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss +15 -15
  79. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_dropdown.scss +42 -36
  80. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_flex-video.scss +7 -7
  81. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_forms.scss +103 -79
  82. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_global.scss +95 -53
  83. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_grid.scss +42 -25
  84. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_icon-bar.scss +371 -204
  85. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_inline-lists.scss +8 -8
  86. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_joyride.scss +40 -42
  87. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_keystrokes.scss +2 -3
  88. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_labels.scss +7 -7
  89. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_magellan.scss +2 -2
  90. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_offcanvas.scss +184 -179
  91. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_orbit.scss +90 -70
  92. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_pagination.scss +15 -15
  93. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_panels.scss +27 -15
  94. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_pricing-tables.scss +16 -16
  95. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_progress-bars.scss +4 -4
  96. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_range-slider.scss +28 -19
  97. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_reveal.scss +37 -50
  98. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_side-nav.scss +15 -11
  99. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_split-buttons.scss +26 -14
  100. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_sub-nav.scss +14 -12
  101. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_switches.scss +32 -21
  102. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tables.scss +8 -8
  103. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tabs.scss +50 -31
  104. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_thumbs.scss +8 -8
  105. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_tooltips.scss +25 -25
  106. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_top-bar.scss +197 -145
  107. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_type.scss +20 -81
  108. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_visibility.scss +99 -15
  109. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation.scss +37 -38
  110. data/vendor/assets/stylesheets/bower_components/foundation/scss/normalize.scss +8 -11
  111. data/vendor/assets/stylesheets/bower_components/jquery/.bower.json +5 -4
  112. data/vendor/assets/stylesheets/bower_components/jquery/bower.json +2 -1
  113. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.js +9 -4
  114. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.min.js +4 -4
  115. data/vendor/assets/stylesheets/bower_components/jquery/dist/jquery.min.map +1 -1
  116. data/vendor/assets/stylesheets/bower_components/jquery/src/core.js +6 -1
  117. data/vendor/assets/stylesheets/circle.yml +17 -0
  118. data/vendor/assets/stylesheets/components/_button.scss +120 -21
  119. data/vendor/assets/stylesheets/components/_dropdown.scss +316 -14
  120. data/vendor/assets/stylesheets/components/_flip-panel.scss +191 -0
  121. data/vendor/assets/stylesheets/components/_form.scss +346 -0
  122. data/vendor/assets/stylesheets/components/_layout.scss +261 -121
  123. data/vendor/assets/stylesheets/components/_panel.scss +91 -0
  124. data/vendor/assets/stylesheets/components/_quick-jump.scss +267 -0
  125. data/vendor/assets/stylesheets/components/_side-panel.scss +154 -0
  126. data/vendor/assets/stylesheets/components/_table.scss +105 -0
  127. data/vendor/assets/stylesheets/components/_typography.scss +34 -3
  128. data/vendor/assets/stylesheets/components/_vertical-align.scss +9 -0
  129. data/vendor/assets/stylesheets/globals/_functions.scss +69 -0
  130. data/vendor/assets/stylesheets/globals/_mixins.scss +23 -1
  131. data/vendor/assets/stylesheets/globals/_settings.scss +35 -36
  132. data/vendor/assets/stylesheets/paint.scss +22 -14
  133. metadata +29 -8
  134. data/vendor/assets/stylesheets/bower_components/fontawesome/less/extras.less +0 -2
  135. data/vendor/assets/stylesheets/bower_components/fontawesome/scss/_extras.scss +0 -44
  136. data/vendor/assets/stylesheets/bower_components/foundation/scss/foundation/components/_toolbar.scss +0 -70
@@ -2,14 +2,14 @@
2
2
  // foundation.zurb.com
3
3
  // Licensed under MIT Open Source
4
4
 
5
- @import "global";
5
+ @import 'global';
6
6
 
7
7
  $include-html-type-classes: $include-html-classes !default;
8
8
 
9
9
  // We use these to control header font styles
10
10
  $header-font-family: $body-font-family !default;
11
11
  $header-font-weight: $font-weight-normal !default;
12
- $header-font-style: $font-weight-normal !default;
12
+ $header-font-style: normal !default;
13
13
  $header-font-color: $jet !default;
14
14
  $header-line-height: 1.4 !default;
15
15
  $header-top-margin: .2rem !default;
@@ -216,8 +216,8 @@ $align-class-breakpoints:
216
216
  /* Default Link Styles */
217
217
  a {
218
218
  color: $anchor-font-color;
219
- text-decoration: $anchor-text-decoration;
220
219
  line-height: inherit;
220
+ text-decoration: $anchor-text-decoration;
221
221
 
222
222
  &:hover,
223
223
  &:focus {
@@ -233,8 +233,8 @@ $align-class-breakpoints:
233
233
  /* Default paragraph styles */
234
234
  p {
235
235
  font-family: $paragraph-font-family;
236
- font-weight: $paragraph-font-weight;
237
236
  font-size: $paragraph-font-size;
237
+ font-weight: $paragraph-font-weight;
238
238
  line-height: $paragraph-line-height;
239
239
  margin-bottom: $paragraph-margin-bottom;
240
240
  text-rendering: $paragraph-text-rendering;
@@ -243,25 +243,25 @@ $align-class-breakpoints:
243
243
 
244
244
  & aside {
245
245
  font-size: $paragraph-aside-font-size;
246
- line-height: $paragraph-aside-line-height;
247
246
  font-style: $paragraph-aside-font-style;
247
+ line-height: $paragraph-aside-line-height;
248
248
  }
249
249
  }
250
250
 
251
251
  /* Default header styles */
252
252
  h1, h2, h3, h4, h5, h6 {
253
+ color: $header-font-color;
253
254
  font-family: $header-font-family;
254
- font-weight: $header-font-weight;
255
255
  font-style: $header-font-style;
256
- color: $header-font-color;
257
- text-rendering: $header-text-rendering;
258
- margin-top: $header-top-margin;
259
- margin-bottom: $header-bottom-margin;
256
+ font-weight: $header-font-weight;
260
257
  line-height: $header-line-height;
258
+ margin-bottom: $header-bottom-margin;
259
+ margin-top: $header-top-margin;
260
+ text-rendering: $header-text-rendering;
261
261
 
262
262
  small {
263
- font-size: $small-font-size;
264
263
  color: $small-font-color;
264
+ font-size: $small-font-size;
265
265
  line-height: 0;
266
266
  }
267
267
  }
@@ -279,8 +279,8 @@ $align-class-breakpoints:
279
279
  border: $hr-border-style $hr-border-color;
280
280
  border-width: $hr-border-width 0 0;
281
281
  clear: both;
282
- margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
283
282
  height: 0;
283
+ margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width));
284
284
  }
285
285
 
286
286
  /* Helpful Typography Defaults */
@@ -302,13 +302,13 @@ $align-class-breakpoints:
302
302
  }
303
303
 
304
304
  code {
305
- font-family: $code-font-family;
306
- font-weight: $code-font-weight;
307
- color: $code-color;
308
305
  background-color: $code-background-color;
309
- border-width: $code-border-size;
310
- border-style: $code-border-style;
311
306
  border-color: $code-border-color;
307
+ border-style: $code-border-style;
308
+ border-width: $code-border-size;
309
+ color: $code-color;
310
+ font-family: $code-font-family;
311
+ font-weight: $code-font-weight;
312
312
  padding: $code-padding;
313
313
  }
314
314
 
@@ -316,11 +316,11 @@ $align-class-breakpoints:
316
316
  ul,
317
317
  ol,
318
318
  dl {
319
+ font-family: $list-font-family;
319
320
  font-size: $list-font-size;
320
321
  line-height: $list-line-height;
321
- margin-bottom: $list-margin-bottom;
322
322
  list-style-position: $list-style-position;
323
- font-family: $list-font-family;
323
+ margin-bottom: $list-margin-bottom;
324
324
  }
325
325
 
326
326
  ul {
@@ -452,7 +452,7 @@ $align-class-breakpoints:
452
452
 
453
453
 
454
454
  @media #{$medium-up} {
455
- h1,h2,h3,h4,h5,h6 { line-height: $header-line-height; }
455
+ h1, h2, h3, h4, h5, h6 { line-height: $header-line-height; }
456
456
  h1 { font-size: $h1-font-size; }
457
457
  h2 { font-size: $h2-font-size; }
458
458
  h3 { font-size: $h3-font-size; }
@@ -460,66 +460,5 @@ $align-class-breakpoints:
460
460
  h5 { font-size: $h5-font-size; }
461
461
  h6 { font-size: $h6-font-size; }
462
462
  }
463
-
464
- // Only include these styles if you want them.
465
- @if $include-print-styles {
466
- /*
467
- * Print styles.
468
- *
469
- * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
470
- * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
471
- */
472
- .print-only { display: none !important; }
473
- @media print {
474
- * {
475
- background: transparent !important;
476
- color: $black !important; /* Black prints faster: h5bp.com/s */
477
- box-shadow: none !important;
478
- text-shadow: none !important;
479
- }
480
-
481
- a,
482
- a:visited { text-decoration: underline;}
483
- a[href]:after { content: " (" attr(href) ")"; }
484
-
485
- abbr[title]:after { content: " (" attr(title) ")"; }
486
-
487
- // Don't show links for images, or javascript/internal links
488
- .ir a:after,
489
- a[href^="javascript:"]:after,
490
- a[href^="#"]:after { content: ""; }
491
-
492
- pre,
493
- blockquote {
494
- border: 1px solid $aluminum;
495
- page-break-inside: avoid;
496
- }
497
-
498
- thead { display: table-header-group; /* h5bp.com/t */ }
499
-
500
- tr,
501
- img { page-break-inside: avoid; }
502
-
503
- img { max-width: 100% !important; }
504
-
505
- @page { margin: 0.5cm; }
506
-
507
- p,
508
- h2,
509
- h3 {
510
- orphans: 3;
511
- widows: 3;
512
- }
513
-
514
- h2,
515
- h3 { page-break-after: avoid; }
516
-
517
- .hide-on-print { display: none !important; }
518
- .print-only { display: block !important; }
519
- .hide-for-print { display: none !important; }
520
- .show-for-print { display: inherit !important; }
521
- }
522
- }
523
-
524
463
  }
525
464
  }
@@ -2,7 +2,7 @@
2
2
  // foundation.zurb.com
3
3
  // Licensed under MIT Open Source
4
4
 
5
- @import "global";
5
+ @import 'global';
6
6
 
7
7
  //
8
8
  // Foundation Visibility Classes
@@ -266,7 +266,7 @@ $visibility-breakpoint-queries:
266
266
  display: table-row-group !important;
267
267
  }
268
268
  #{$visibility-table-row-list} {
269
- display: table-row !important;
269
+ display: table-row;
270
270
  }
271
271
  #{$visibility-table-cell-list} {
272
272
  display: table-cell !important;
@@ -276,8 +276,8 @@ $visibility-breakpoint-queries:
276
276
  }
277
277
  }
278
278
 
279
-
280
- @if $include-html-visibility-classes != false {
279
+ @include exports("visibility"){
280
+ @if $include-html-visibility-classes != false {
281
281
 
282
282
  @include visibility-loop;
283
283
 
@@ -390,19 +390,103 @@ $visibility-breakpoint-queries:
390
390
  th.hide-for-touch { display: table-cell !important; }
391
391
  .touch th.show-for-touch { display: table-cell !important; }
392
392
 
393
+ /* Screen reader-specific classes */
394
+ .show-for-sr {
395
+ @include element-invisible;
396
+ }
397
+ .show-on-focus {
398
+ @include element-invisible;
393
399
 
394
- /* Print visibility */
395
- @media print {
396
- .show-for-print { display: block; }
397
- .hide-for-print { display: none; }
400
+ &:focus,
401
+ &:active {
402
+ @include element-invisible-off;
403
+ }
404
+ }
398
405
 
399
- table.show-for-print { display: table !important; }
400
- thead.show-for-print { display: table-header-group !important; }
401
- tbody.show-for-print { display: table-row-group !important; }
402
- tr.show-for-print { display: table-row !important; }
403
- td.show-for-print { display: table-cell !important; }
404
- th.show-for-print { display: table-cell !important; }
406
+ // Only include these styles if you want them.
407
+ @if $include-print-styles {
408
+ /*
409
+ * Print styles.
410
+ *
411
+ * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
412
+ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
413
+ */
414
+ .print-only { display: none !important; }
415
+ @media print {
416
+ * {
417
+ background: transparent !important;
418
+ box-shadow: none !important;
419
+ color: $black !important; /* Black prints faster: h5bp.com/s */
420
+ text-shadow: none !important;
421
+ }
422
+ .show-for-print { display: block; }
423
+ .hide-for-print { display: none; }
424
+
425
+ table.show-for-print { display: table !important; }
426
+ thead.show-for-print { display: table-header-group !important; }
427
+ tbody.show-for-print { display: table-row-group !important; }
428
+ tr.show-for-print { display: table-row !important; }
429
+ td.show-for-print { display: table-cell !important; }
430
+ th.show-for-print { display: table-cell !important; }
431
+
432
+ a,
433
+ a:visited { text-decoration: underline;}
434
+ a[href]:after { content: " (" attr(href) ")"; }
435
+
436
+ abbr[title]:after { content: " (" attr(title) ")"; }
437
+
438
+ // Don't show links for images, or javascript/internal links
439
+ .ir a:after,
440
+ a[href^="javascript:"]:after,
441
+ a[href^="#"]:after { content: ""; }
442
+
443
+ pre,
444
+ blockquote {
445
+ border: 1px solid $aluminum;
446
+ page-break-inside: avoid;
447
+ }
405
448
 
406
- }
449
+ thead { display: table-header-group; /* h5bp.com/t */ }
450
+
451
+ tr,
452
+ img { page-break-inside: avoid; }
453
+
454
+ img { max-width: 100% !important; }
455
+
456
+ @page { margin: .5cm; }
407
457
 
458
+ p,
459
+ h2,
460
+ h3 {
461
+ orphans: 3;
462
+ widows: 3;
463
+ }
464
+
465
+ h2,
466
+ h3 { page-break-after: avoid; }
467
+
468
+ .hide-on-print { display: none !important; }
469
+ .print-only { display: block !important; }
470
+ .hide-for-print { display: none !important; }
471
+ .show-for-print { display: inherit !important; }
472
+ }
473
+ }
474
+
475
+ /* Print visibility */
476
+ @media print {
477
+ .show-for-print { display: block; }
478
+ .hide-for-print { display: none; }
479
+
480
+ table.show-for-print { display: table !important; }
481
+ thead.show-for-print { display: table-header-group !important; }
482
+ tbody.show-for-print { display: table-row-group !important; }
483
+ tr.show-for-print { display: table-row !important; }
484
+ td.show-for-print { display: table-cell !important; }
485
+ th.show-for-print { display: table-cell !important; }
486
+ }
487
+
488
+ @media not print{
489
+ .show-for-print { display: none !important; }
490
+ }
491
+ }
408
492
  }
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  // Foundation by ZURB
3
2
  // foundation.zurb.com
4
3
  // Licensed under MIT Open Source
@@ -6,40 +5,40 @@
6
5
  // Make sure the charset is set appropriately
7
6
 
8
7
  // Behold, here are all the Foundation components.
9
- @import "foundation/components/grid";
10
- @import "foundation/components/accordion";
11
- @import "foundation/components/alert-boxes";
12
- @import "foundation/components/block-grid";
13
- @import "foundation/components/breadcrumbs";
14
- @import "foundation/components/button-groups";
15
- @import "foundation/components/buttons";
16
- @import "foundation/components/clearing";
17
- @import "foundation/components/dropdown";
18
- @import "foundation/components/dropdown-buttons";
19
- @import "foundation/components/flex-video";
20
- @import "foundation/components/forms";
21
- @import "foundation/components/icon-bar";
22
- @import "foundation/components/inline-lists";
23
- @import "foundation/components/joyride";
24
- @import "foundation/components/keystrokes";
25
- @import "foundation/components/labels";
26
- @import "foundation/components/magellan";
27
- @import "foundation/components/orbit";
28
- @import "foundation/components/pagination";
29
- @import "foundation/components/panels";
30
- @import "foundation/components/pricing-tables";
31
- @import "foundation/components/progress-bars";
32
- @import "foundation/components/range-slider";
33
- @import "foundation/components/reveal";
34
- @import "foundation/components/side-nav";
35
- @import "foundation/components/split-buttons";
36
- @import "foundation/components/sub-nav";
37
- @import "foundation/components/switches";
38
- @import "foundation/components/tables";
39
- @import "foundation/components/tabs";
40
- @import "foundation/components/thumbs";
41
- @import "foundation/components/tooltips";
42
- @import "foundation/components/top-bar";
43
- @import "foundation/components/type";
44
- @import "foundation/components/offcanvas";
45
- @import "foundation/components/visibility";
8
+ @import 'foundation/components/grid';
9
+ @import 'foundation/components/accordion';
10
+ @import 'foundation/components/alert-boxes';
11
+ @import 'foundation/components/block-grid';
12
+ @import 'foundation/components/breadcrumbs';
13
+ @import 'foundation/components/button-groups';
14
+ @import 'foundation/components/buttons';
15
+ @import 'foundation/components/clearing';
16
+ @import 'foundation/components/dropdown';
17
+ @import 'foundation/components/dropdown-buttons';
18
+ @import 'foundation/components/flex-video';
19
+ @import 'foundation/components/forms';
20
+ @import 'foundation/components/icon-bar';
21
+ @import 'foundation/components/inline-lists';
22
+ @import 'foundation/components/joyride';
23
+ @import 'foundation/components/keystrokes';
24
+ @import 'foundation/components/labels';
25
+ @import 'foundation/components/magellan';
26
+ @import 'foundation/components/orbit';
27
+ @import 'foundation/components/pagination';
28
+ @import 'foundation/components/panels';
29
+ @import 'foundation/components/pricing-tables';
30
+ @import 'foundation/components/progress-bars';
31
+ @import 'foundation/components/range-slider';
32
+ @import 'foundation/components/reveal';
33
+ @import 'foundation/components/side-nav';
34
+ @import 'foundation/components/split-buttons';
35
+ @import 'foundation/components/sub-nav';
36
+ @import 'foundation/components/switches';
37
+ @import 'foundation/components/tables';
38
+ @import 'foundation/components/tabs';
39
+ @import 'foundation/components/thumbs';
40
+ @import 'foundation/components/tooltips';
41
+ @import 'foundation/components/top-bar';
42
+ @import 'foundation/components/type';
43
+ @import 'foundation/components/offcanvas';
44
+ @import 'foundation/components/visibility';
@@ -1,9 +1,9 @@
1
- /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
1
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
2
2
 
3
3
  /**
4
4
  * 1. Set default font family to sans-serif.
5
- * 2. Prevent iOS text size adjust after orientation change, without disabling
6
- * user zoom.
5
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
6
+ * without disabling user zoom.
7
7
  */
8
8
 
9
9
  html {
@@ -71,7 +71,7 @@ audio:not([controls]) {
71
71
 
72
72
  /**
73
73
  * Address `[hidden]` styling not present in IE 8/9/10.
74
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
74
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
75
75
  */
76
76
 
77
77
  [hidden],
@@ -91,7 +91,8 @@ a {
91
91
  }
92
92
 
93
93
  /**
94
- * Improve readability when focused and also mouse hovered in all browsers.
94
+ * Improve readability of focused elements when they are also in an
95
+ * active/hover state.
95
96
  */
96
97
 
97
98
  a:active,
@@ -209,7 +210,6 @@ figure {
209
210
  */
210
211
 
211
212
  hr {
212
- -moz-box-sizing: content-box;
213
213
  box-sizing: content-box;
214
214
  height: 0;
215
215
  }
@@ -350,15 +350,12 @@ input[type="number"]::-webkit-outer-spin-button {
350
350
 
351
351
  /**
352
352
  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
353
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
354
- * (include `-moz` to future-proof).
353
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
355
354
  */
356
355
 
357
356
  input[type="search"] {
358
357
  -webkit-appearance: textfield; /* 1 */
359
- -moz-box-sizing: content-box;
360
- -webkit-box-sizing: content-box; /* 2 */
361
- box-sizing: content-box;
358
+ box-sizing: content-box; /* 2 */
362
359
  }
363
360
 
364
361
  /**
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "jquery",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "main": "dist/jquery.js",
5
5
  "license": "MIT",
6
6
  "ignore": [
7
7
  "**/.*",
8
8
  "build",
9
+ "dist/cdn",
9
10
  "speed",
10
11
  "test",
11
12
  "*.md",
@@ -25,11 +26,11 @@
25
26
  "library"
26
27
  ],
27
28
  "homepage": "https://github.com/jquery/jquery",
28
- "_release": "2.1.3",
29
+ "_release": "2.1.4",
29
30
  "_resolution": {
30
31
  "type": "version",
31
- "tag": "2.1.3",
32
- "commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
32
+ "tag": "2.1.4",
33
+ "commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
33
34
  },
34
35
  "_source": "git://github.com/jquery/jquery.git",
35
36
  "_target": ">= 2.1.0",
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "jquery",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "main": "dist/jquery.js",
5
5
  "license": "MIT",
6
6
  "ignore": [
7
7
  "**/.*",
8
8
  "build",
9
+ "dist/cdn",
9
10
  "speed",
10
11
  "test",
11
12
  "*.md",
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jQuery JavaScript Library v2.1.3
2
+ * jQuery JavaScript Library v2.1.4
3
3
  * http://jquery.com/
4
4
  *
5
5
  * Includes Sizzle.js
@@ -9,7 +9,7 @@
9
9
  * Released under the MIT license
10
10
  * http://jquery.org/license
11
11
  *
12
- * Date: 2014-12-18T15:11Z
12
+ * Date: 2015-04-28T16:01Z
13
13
  */
14
14
 
15
15
  (function( global, factory ) {
@@ -67,7 +67,7 @@ var
67
67
  // Use the correct document accordingly with window argument (sandbox)
68
68
  document = window.document,
69
69
 
70
- version = "2.1.3",
70
+ version = "2.1.4",
71
71
 
72
72
  // Define a local copy of jQuery
73
73
  jQuery = function( selector, context ) {
@@ -531,7 +531,12 @@ jQuery.each("Boolean Number String Function Array Date RegExp Object Error".spli
531
531
  });
532
532
 
533
533
  function isArraylike( obj ) {
534
- var length = obj.length,
534
+
535
+ // Support: iOS 8.2 (not reproducible in simulator)
536
+ // `in` check used to prevent JIT error (gh-2145)
537
+ // hasOwn isn't used here due to false negatives
538
+ // regarding Nodelist length in IE
539
+ var length = "length" in obj && obj.length,
535
540
  type = jQuery.type( obj );
536
541
 
537
542
  if ( type === "function" || jQuery.isWindow( obj ) ) {