videojs_rails 4.2.2 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  Video.js Default Styles (http://videojs.com)
3
- Version 4.2.2
3
+ Version 4.3.0
4
4
  Create your own skin at http://designer.videojs.com
5
5
  */
6
6
  /* SKIN
@@ -395,6 +395,15 @@ easily in the skin designer. http://designer.videojs.com/
395
395
  -o-transition: all 0.4s;
396
396
  transition: all 0.4s;
397
397
  }
398
+ /* Optionally center */
399
+ .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
400
+ /* Center it horizontally */
401
+ left: 50%;
402
+ margin-left: -2.1em;
403
+ /* Center it vertically */
404
+ top: 50%;
405
+ margin-top: -1.4000000000000001em;
406
+ }
398
407
  /* Hide if controls are disabled */
399
408
  .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
400
409
  display: none;
@@ -447,7 +456,7 @@ easily in the skin designer. http://designer.videojs.com/
447
456
  position: absolute;
448
457
  top: 50%;
449
458
  left: 50%;
450
- font-size: 5em;
459
+ font-size: 4em;
451
460
  line-height: 1;
452
461
  width: 1em;
453
462
  height: 1em;
@@ -461,7 +470,7 @@ easily in the skin designer. http://designer.videojs.com/
461
470
  animation: spin 1.5s infinite linear;
462
471
  }
463
472
  .vjs-default-skin .vjs-loading-spinner:before {
464
- content: "\e00a";
473
+ content: "\e01e";
465
474
  font-family: VideoJS;
466
475
  position: absolute;
467
476
  top: 0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: videojs_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.2
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Behan