Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.body.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | global $wgOnlineStatusBarColor, $wgOnlineStatusBarY; |
23 | 23 | $color = $wgOnlineStatusBarColor[$mode]; |
24 | 24 | return <<<HTML |
25 | | -<div style="right:0px; margin-top:-10px;" class="metadata topicon" id="status-top"> |
| 25 | +<div style="right:0px; margin-top:-10px;" class="metadata topiconstatus" id="status-top"> |
26 | 26 | <div style="border: 0px solid black; background: transparent; float: right; position: relative; top: {$wgOnlineStatusBarY}px; padding: 5px"> |
27 | 27 | $text</div></div> |
28 | 28 | HTML; |
Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | This is a part of css used on english wp, it's needed for wikis |
4 | 4 | where topicon isn't defined |
5 | 5 | */ |
6 | | -div.topicon { |
| 6 | +div.topiconstatus { |
7 | 7 | position: absolute; |
8 | 8 | top: -2em; |
9 | 9 | margin-right: -10px; |