1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-15 10:39:58 +02:00

Fix spinner position.

This commit is contained in:
Сковорода Никита Андреевич 2013-08-19 05:13:40 +04:00
parent acf6d67e0d
commit 2f68bfc7c1

View File

@ -520,6 +520,8 @@ easily in the skin designer. http://designer.videojs.com/
font-family: VideoJS; font-family: VideoJS;
position: absolute; position: absolute;
top: 0;
left: 0;
width: 1em; width: 1em;
height: 1em; height: 1em;
text-align: center; text-align: center;
@ -534,6 +536,8 @@ easily in the skin designer. http://designer.videojs.com/
font-family: VideoJS; font-family: VideoJS;
position: absolute; position: absolute;
top: 0;
left: 0;
width: 1em; width: 1em;
height: 1em; height: 1em;
text-align: center; text-align: center;