From f0f2ab6f65ff660362b26cfcd2e98835c08aec69 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Thu, 9 Jun 2011 17:36:51 -0700 Subject: make status animation only appear for .loading --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 6af1817..2ae4065 100644 --- a/css/style.css +++ b/css/style.css @@ -467,10 +467,16 @@ img.top-margin { background-position: 0px -297px; } +.sidebar-module img.status-anim { + display: none +} + .sidebar-module .loading img.status-anim { + display: inline; float: right; margin-top: 4px; position: relative; } + /* @end */ -- cgit v1.3.1