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 /theme/default | |
parent | 44cb35469834316962ec6529a377975acdb3109b (diff) |
Moved common icons from Realtime plugin to core icons file
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index deb985909..8ae2b4014 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -197,7 +197,10 @@ button.minimize, .entity_clear input.submit, .entity_flag input.submit, .entity_flag p, -.entity_subscribe input.submit { +.entity_subscribe input.submit, +#realtime_play, +#realtime_pause, +#realtime_popup { background-image:url(../../base/images/icons/icons-01.gif); background-repeat:no-repeat; background-color:transparent; @@ -363,6 +366,16 @@ background-position: 5px -2171px; .entity_subscribe input.reject { background-position: 5px -2237px; } +#realtime_play { +background-position: 0 -2308px; +} +#realtime_pause { +background-position: 0 -2374px; +} +#realtime_popup { +background-position: 0 -1714px; +} + /* NOTICES */ .notice .attachment { |