Fix #40 : Added missing GIFs for MediaBox

This commit is contained in:
Alda Marteau-Hardi 2014-11-08 20:01:14 +01:00
parent a6d127a8c7
commit ac30603bf5
4 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
}
#mbCenter.mbLoading {
background: #000 url(../images/loading2.gif) no-repeat center;
background: #000 url(../images/loading-dark.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */

View file

@ -45,7 +45,7 @@
}
#mbCenter.mbLoading {
background: #fff url(../images/WhiteLoading.gif) no-repeat center;
background: #fff url(../images/loading-light.gif) no-repeat center;
/* This style is applied only during animation. */
/* For example, the next lines turn off shadows */
/* improving browser performance on slow systems. */

BIN
images/loading-dark.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/loading-light.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB