diff options
| author | Cameron McEfee <cameron@github.com> | 2011-06-09 17:36:51 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-06-09 17:36:51 -0700 |
| commit | f0f2ab6f65ff660362b26cfcd2e98835c08aec69 (patch) | |
| tree | 94377c84568e0609abd7176abd84a082f1dbe718 /css/style.css | |
| parent | 425a9aeee79771b659c3ab373c6429fda1ae88af (diff) | |
make status animation only appear for .loadingstatus
Diffstat (limited to 'css/style.css')
| -rw-r--r-- | css/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |
