diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-25 10:38:55 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-25 10:38:55 +0000 |
commit | 9ef7eb036ce795fafe422096f5e1fb9f70fb05d0 (patch) | |
tree | 524534e90c14409205da09e849a9ee7b461373f9 /plugins/Realtime | |
parent | 44cb35469834316962ec6529a377975acdb3109b (diff) |
Moved common icons from Realtime plugin to core icons file
Diffstat (limited to 'plugins/Realtime')
-rw-r--r-- | plugins/Realtime/realtimeupdate.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Realtime/realtimeupdate.css b/plugins/Realtime/realtimeupdate.css index 31e7c2ae6..f43c97de5 100644 --- a/plugins/Realtime/realtimeupdate.css +++ b/plugins/Realtime/realtimeupdate.css @@ -64,18 +64,9 @@ float: left; } #realtime_play { -background: url(icon_play.gif) no-repeat 47% 47%; margin-left: 4px; } -#realtime_pause { -background: url(icon_pause.gif) no-repeat 47% 47%; -} - -#realtime_popup { -background: url(icon_external.gif) no-repeat 0 30%; -} - #queued_counter { float:left; line-height:1.2; |