Skip to content

Commit

Permalink
Merge pull request #9 from simonpfry/loading
Browse files Browse the repository at this point in the history
Better styled loading screen.
  • Loading branch information
simonpfry committed Mar 15, 2015
2 parents 3ef2c20 + 5b3221c commit 46ada95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/common/loading.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<template name="loading">
<p>loading</p>
<p class="loading">Loading</p>
</template>
11 changes: 11 additions & 0 deletions client/stylesheets/auction.less
Original file line number Diff line number Diff line change
Expand Up @@ -754,3 +754,14 @@ div.bsItem {
font-size: 12px;
}
}

p.loading {
display: block;
font-size: 24px;
color: #aaaaaa;
position: fixed;
top: 50%;
left: 50%;
margin-top: -17px;
margin-left: -43px;
}

0 comments on commit 46ada95

Please sign in to comment.