Skip to content

Commit

Permalink
More popover cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 5, 2010
1 parent 4fe927d commit 445a4f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
26 changes: 12 additions & 14 deletions index.html
Expand Up @@ -452,13 +452,11 @@
</div>

<div id='loadingmessage'>
<center>
Loading your Steam Community profile...
</center>
<center>Loading your Steam Community profile...</center>
</div>

<div class='popover' id='loginpopover'>
<center>
<center>
<p>This website lets you organize and filter your Steam purchases
through tags you choose. You can categorize and file your games
thousands of different ways.</p>
Expand All @@ -467,22 +465,22 @@
<p>Your password will only be supplied to the Steam website. This
website will never have access to your login information.</p>
<br/>
<p><a style='text-decoration: underline;' href='auth.php'>
Click here to log in through steamcommunity.com</a></p>
</center>
<p><a href='auth.php'>
Click here to log in through steamcommunity.com</a></p>
</center>
</div>

<div class='popover' id='loginfailurepopover'>
<center>
<center>
<p>We're having trouble accessing your Steam Community profile.</p>
<br/>
<p>This is probably a temporary network glitch. Please try again later.</p>
<p>If this problem persists, feel free to
<a href='mailto:icculus@icculus.org'>ask Ryan about it</a>.</p>
<br/>
<p><a style='text-decoration: underline;' href='http://store.steampowered.com/'>
<p><a href='http://store.steampowered.com/'>
Click here to shop for games on Steam in the meantime.</a></p>
</center>
</center>
</div>

<div class='popover' id='privateprofilepopover'>
Expand All @@ -494,21 +492,21 @@
<p>Please note that this will let everyone see your information!</p>
<p>Unfortunately, it's the only way this site can see it, too.</p>
<br/>
<p><a id='privpage' style='text-decoration: underline;' href='xxx'>
<p><a id='privpage' href='xxx'>
Click here to go to your steamcommunity.com settings.</a></p>
</center>
</div>

<div class='popover' id='noappspopover'>
<center>
<center>
<p>You don't seem to own any games!</p>
<br/>
<p>This website isn't very useful if you don't have something to
organize.</p>
<br/>
<p><a style='text-decoration: underline;' href='http://store.steampowered.com'>
<p><a href='http://store.steampowered.com'>
Click here to go shopping!</a></p>
</center>
</center>
</div>

<div id='backgroundpopover'></div>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Expand Up @@ -133,6 +133,10 @@ img.avatar {
-webkit-border-radius: 10px;
}

.popover a {
text-decoration: underline;
}

div.taglist {
display: inline;
}
Expand Down

0 comments on commit 445a4f9

Please sign in to comment.