Skip to content

Commit

Permalink
@gkatsev updated styles for inline menu and volume bar. closes #2913
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Dec 15, 2015
1 parent c61e9e4 commit 45d43ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG

## HEAD (Unreleased)
* @gkatsev added mouse/touch listeners to volume menu button ([view](https://github.com/videojs/video.js/pull/2638))
* @gkatsev updated styles for inline menu and volume bar ([view](https://github.com/videojs/video.js/pull/2913))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/css/components/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.video-js .vjs-volume-bar {
margin: 1.35em;
margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
Expand Down
2 changes: 1 addition & 1 deletion src/css/components/menu/_menu-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
width: auto;

position: absolute;
left: 2.2222222em;
left: 4em;
top: 0;

padding: 0;
Expand Down

0 comments on commit 45d43ec

Please sign in to comment.