Skip to content

Commit

Permalink
Fix spinner position.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Aug 19, 2013
1 parent acf6d67 commit 2f68bfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/video-js.less
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ easily in the skin designer. http://designer.videojs.com/
font-family: VideoJS;

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

position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
text-align: center;
Expand Down

0 comments on commit 2f68bfc

Please sign in to comment.