Merge pull request #55 from Aldarone/fix40

Fix #40 : Added missing GIFs for MediaBox
This commit is contained in:
Tom.C. 2014-11-08 20:18:13 +01:00
commit 699cdc8e4b
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