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:
parent
acf6d67e0d
commit
2f68bfc7c1
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user