1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Deleted spinner background

This commit is contained in:
max-m 2011-12-04 01:32:14 +01:00
parent c0f481fb13
commit f47b796051
2 changed files with 1 additions and 5 deletions

View File

@ -84,7 +84,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {};
'overflow': 'hidden' 'overflow': 'hidden'
}); });
target.parent().append('<img id="loading-' + target.attr('id') + '" class="ajaxLoad" src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />'); target.parent().append('<img id="loading-' + target.attr('id') + '" class="ajaxLoad" src="' + RELATIVE_WCF_DIR + 'icon/spinner1.svg" alt="" />');
$('#loading-' + target.attr('id')).css({'marginTop' : function(index) {return (target.parent().height() / 2) - ($(this).height() / 2) - 2}, 'borderRadius' : 3}); $('#loading-' + target.attr('id')).css({'marginTop' : function(index) {return (target.parent().height() / 2) - ($(this).height() / 2)}});
}, this) }, this)
}); });
} }

View File

@ -141,10 +141,6 @@
} }
.ajaxLoad { .ajaxLoad {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
background-color: rgba(0, 0, 0, 0.1);
padding: 2px;
margin-right: 2px; margin-right: 2px;
float: right; float: right;
} }