From f47b7960519f418f88ea9dbf12f1ea3410090983 Mon Sep 17 00:00:00 2001 From: max-m Date: Sun, 4 Dec 2011 01:32:14 +0100 Subject: [PATCH] Deleted spinner background --- file/js/TimWolla.WCF.Chat.js | 2 +- template/chat.tpl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/file/js/TimWolla.WCF.Chat.js b/file/js/TimWolla.WCF.Chat.js index ae278f3..97565cf 100644 --- a/file/js/TimWolla.WCF.Chat.js +++ b/file/js/TimWolla.WCF.Chat.js @@ -84,7 +84,7 @@ if (typeof TimWolla.WCF == 'undefined') TimWolla.WCF = {}; 'overflow': 'hidden' }); target.parent().append(''); - $('#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) }); } diff --git a/template/chat.tpl b/template/chat.tpl index bf87720..5385a38 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -141,10 +141,6 @@ } .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; float: right; }