Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -772,3 +772,11 @@ |
773 | 773 | font-family:monospace |
774 | 774 | } |
775 | 775 | |
| 776 | +.mw-ajax-loader { |
| 777 | + background-image: url(images/ajax-loader.gif); |
| 778 | + background-position: center center; |
| 779 | + background-repeat: no-repeat; |
| 780 | + padding: 16px; |
| 781 | + position: relative; |
| 782 | + top: -16px; |
| 783 | +} |