diff style-rlg.css @ 57:e7c864e80a79

RLG-Web client: explain when there are no games to watch If no games are available for watching, display a message saying so instead of showing an empty table.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 18 Jun 2012 16:53:44 -0700
parents 7f3ca16409fe
children b6a3b26fe0dc
line wrap: on
line diff
--- a/style-rlg.css	Mon Jun 18 14:30:05 2012 -0700
+++ b/style-rlg.css	Mon Jun 18 16:53:44 2012 -0700
@@ -59,3 +59,8 @@
 div#register div.formtable span.ibutton {
 	font-weight: bold;
 }
+
+div#nogames {
+	display: none;
+	text-align: center;
+}