diff --git a/index.html b/index.html index 137b846..bde466d 100644 --- a/index.html +++ b/index.html @@ -168,6 +168,12 @@ retval['gamelist'].push(game); }); + if (retval['gamelist'].length == 0) + { + popover('#noappspopover'); + return null; + } // if + return retval; } // process_steam_profile @@ -451,7 +457,7 @@ -
+

This website lets you organize and filter your Steam purchases through tags you choose. You can categorize and file your games @@ -466,7 +472,7 @@

-
+

We're having trouble accessing your Steam Community profile.


@@ -479,7 +485,7 @@
-
+

Your Steam Community profile appears to be set to private.


@@ -493,6 +499,18 @@
+
+
+

You don't seem to own any games!

+
+

This website isn't very useful if you don't have something to + organize.

+
+

+ Click here to go shopping!

+
+
+
diff --git a/style.css b/style.css index ef63fe1..f175768 100644 --- a/style.css +++ b/style.css @@ -119,7 +119,7 @@ img.avatar { -webkit-border-radius: 10px; } -#loginpopover { +.popover { display:none; position:fixed; _position:absolute; /* hack for internet explorer 6*/ @@ -133,35 +133,6 @@ img.avatar { -webkit-border-radius: 10px; } -#loginfailurepopover { - display:none; - position:fixed; - _position:absolute; /* hack for internet explorer 6*/ - background:#FF0000; - color:#FFFFFF; - border:2px solid #cecece; - z-index:2; - padding:12px; - font-size:13px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; -} - -#privateprofilepopover { - display:none; - position:fixed; - _position:absolute; /* hack for internet explorer 6*/ - width:408px; - background:#FF0000; - color:#FFFFFF; - border:2px solid #cecece; - z-index:2; - padding:12px; - font-size:13px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; -} - div.taglist { display: inline; }