Skip to content

Commit

Permalink
Actually center the loading icon. Suggested by Keri Henare.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Sep 8, 2008
1 parent 1edcae0 commit 2202597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/NewApplication/index.html
Expand Up @@ -26,9 +26,9 @@
</head>

<body>
<div style="margin-top: 110px;">
<div style="position: absolute; left: 50%; top: 50%;">
<center>
<img src = "Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif" />
<img src = "Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif" style="left: -32px; position: relative; top: -32px;" />
</center>
</div>
</body>
Expand Down

0 comments on commit 2202597

Please sign in to comment.