fixing no-repeat for IE8

This commit is contained in:
Thomas Müller 2013-08-27 10:29:28 +02:00 committed by Vincent Petry
parent 1304b511e9
commit e6f21927d6
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ var FileList={
$mask = $('<div class="mask transparent"></div>'); $mask = $('<div class="mask transparent"></div>');
$mask.css('background-image', 'url('+ OC.imagePath('core', 'loading.gif') + ')'); $mask.css('background-image', 'url('+ OC.imagePath('core', 'loading.gif') + ')');
$mask.css('background-repeat', 'no-repeat');
$('#content').append($mask); $('#content').append($mask);
// block UI, but only make visible in case loading takes longer // block UI, but only make visible in case loading takes longer