Index: trunk/extensions/SemanticForms/specials/SF_AddPage.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | $wgOut->setArticleBodyOnly( true ); |
82 | 82 | // show "loading" animated image while people wait for the redirect |
83 | 83 | global $sfgScriptPath; |
84 | | - $text = "<p><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n"; |
| 84 | + $text = "<p style=\"position: absolute; left: 45%; top: 45%;\"><img src=\"$sfgScriptPath/skins/loading.gif\" /></p>\n"; |
85 | 85 | $text .=<<<END |
86 | 86 | <script type="text/javascript"> |
87 | 87 | window.onload = function() { |