Index: trunk/extensions/LiquidThreads/lqt.css |
— | — | @@ -488,11 +488,3 @@ |
489 | 489 | .mw-lqt-newmessages-left { |
490 | 490 | width: 10em ; |
491 | 491 | } |
492 | | - |
493 | | -.lqt-command-working { |
494 | | - padding: 10px !important; |
495 | | - margin-right: 0.6em; |
496 | | - background-image: url(../../skins/common/images/spinner.gif); |
497 | | - background-position: middle middle; |
498 | | - background-repeat: no-repeat; |
499 | | -} |
Index: trunk/extensions/LiquidThreads/lqt.js |
— | — | @@ -507,7 +507,7 @@ |
508 | 508 | } |
509 | 509 | |
510 | 510 | // Replace the watch link with a spinner |
511 | | - button.empty().addClass( 'lqt-command-working' ); |
| 511 | + button.empty().addClass( 'mw-small-spinner' ); |
512 | 512 | |
513 | 513 | // Do the AJAX call. |
514 | 514 | var apiParams = { 'action' : 'watch', 'title' : title, 'format' : 'json' }; |