]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added processing indicator for more anchor
authorSarven Capadisli <csarven@status.net>
Thu, 18 Mar 2010 22:00:38 +0000 (23:00 +0100)
committerSarven Capadisli <csarven@status.net>
Thu, 18 Mar 2010 22:00:38 +0000 (23:00 +0100)
js/util.js
theme/default/css/display.css
theme/identica/css/display.css

index 79fd40debac308343a840e9c6c08c9785fe2554d..60eeb418f6f2719b82a6b9d96197a840a3e3de48 100644 (file)
@@ -402,6 +402,7 @@ var SN = { // StatusNet
             var attachment_more = notice.find('.attachment.more');
             if (attachment_more.length > 0) {
                 attachment_more.click(function() {
+                    $(this).addClass(SN.C.S.Processing);
                     $.get($(this).attr('href')+'/ajax', null, function(data) {
                         notice.find('.entry-title .entry-content').html($(data).find('#attachment_view .entry-content').html());
                     });
index a283930e510bb8f1eb014f2adab27f6545339327..d89607ebe57e15a84e04c5a403789a0d54fe7e44 100644 (file)
@@ -213,7 +213,7 @@ background-color:transparent;
 }
 
 #wrap form.processing input.submit,
-.entity_actions a.processing,
+#content a.processing,
 .dialogbox.processing .submit_dialogbox {
 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 }
index 69d265a6b74f34e0c873648d0efd176c0db57e33..1af853c496946eef6ef0c26d940c85a00072899f 100644 (file)
@@ -214,7 +214,7 @@ background-color:transparent;
 }
 
 #wrap form.processing input.submit,
-.entity_actions a.processing,
+#content a.processing,
 .dialogbox.processing .submit_dialogbox {
 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 }