make sure the resolution select button's text is vertically centered

decrease the line-height from 2.5em to 2.3em
This commit is contained in:
Gregor Kralik 2016-01-27 14:45:14 +01:00
parent e539a816b0
commit 8f6511f1e4

View file

@ -11,7 +11,7 @@
.vjs-resolution-button .vjs-resolution-button-label { .vjs-resolution-button .vjs-resolution-button-label {
font-size: 1.2em; font-size: 1.2em;
line-height: 2.50em; line-height: 2.30em;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;