Skip to content

Commit

Permalink
fix CSS styling for video.js 6.0 and newer (fixes #149)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jun 16, 2017
1 parent ed6244d commit 6113a32
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 260 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ doc
composer.json
php.ini
vendor

src/css/font/scss/_icons-codepoint.scss
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ videojs-record changelog
- Get blobs after specific time-intervals using the `timestamp` event and
`timeSlice` option (#3)
- Bump required version for recordrtc to 5.4.2 for `timeSlice` support
- Fix CSS styling for video.js 6.0 and newer (#149)


1.6.2 - 2017/05/27
Expand Down
4 changes: 2 additions & 2 deletions src/css/font/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This directory contains the additional font used in the videojs-record plugin.
Edit the Font
-------------

To modify the generated font, change the `icons.json` file, located in the `src/css/font`
directory. Run `grunt font` to update the generated font files. View
To modify the generated font, change the `icons.json` and `scss.hbs` files, located in
the `src/css/font` directory. Run `grunt font` to update the generated font files. View
`src/css/font/preview.html` in a browser to see the result.

See the videojs `font` project documentation for more info:
Expand Down
2 changes: 1 addition & 1 deletion src/css/font/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</head>
<body>
<header>
<h1>videojs-record Icons</h1>
<h1>videojs-record icons</h1>
<p>All icons prefixed by <code>vjs-icon-</code></p>
</header>
<div class="preview">
Expand Down
242 changes: 0 additions & 242 deletions src/css/font/scss/_icons-codepoints.scss

This file was deleted.

Loading

0 comments on commit 6113a32

Please sign in to comment.