summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/standard.css6
-rw-r--r--index.php4
2 files changed, 10 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 5867588..0edabfb 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -9,6 +9,12 @@
top:0;
}
+p.gamenumber {
+ position:absolute;
+ top:0;
+ text-align:center;
+}
+
.card {
position:absolute;
z-index:20;
diff --git a/index.php b/index.php
index 38879e9..9842041 100644
--- a/index.php
+++ b/index.php
@@ -140,6 +140,10 @@ else if(myisset("me"))
$myname = DB_get_name_by_hash($me);
$mystatus = DB_get_status_by_hash($me);
$mypos = DB_get_pos_by_hash($me);
+
+ echo "<p class=\"gamenumber\"> Game $gameid </p>\n";
+
+
if(myisset("cancle"))
echo "<p style=\"background-color:red\";>canceling a game is not implemented at the moment, but will be soon...<br /><br /></p>";