Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11184 from huchengtw-moz/video/Bug_898318_the_loa…
Browse files Browse the repository at this point in the history
…ding_icon_has_wrong_size

Video/bug 898318 the loading icon has wrong size, r=rexbody
  • Loading branch information
huchengtw-moz committed Jul 29, 2013
2 parents 5a0769d + dc28f24 commit 8c5977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/video/style/spinner.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
left: calc(50% - 1.5rem);
width: 2.9rem;
height: 2.9rem;
background: url(images/spinner.png) no-repeat center center;
background: url(images/spinner.png) no-repeat center center / 100%;
animation: 0.9s spinner-animation infinite steps(30);
border: none;
z-index: 100;
Expand Down

0 comments on commit 8c5977f

Please sign in to comment.