changeset 74:b8b7660c0b5d

Remove the refresh button. Since the lists refresh automatically now, a button isn't needed.
author John "Elwin" Edwards <elwin@sdf.org>
date Thu, 21 Jun 2012 22:15:20 -0700
parents d084610a89b5
children 2984604ce3e6
files index-rlg.html style-rlg.css
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index-rlg.html	Thu Jun 21 21:57:04 2012 -0700
+++ b/index-rlg.html	Thu Jun 21 22:15:20 2012 -0700
@@ -91,7 +91,6 @@
  <div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div>
 </div>
 <div id="nogames">No one is playing right now.</div>
-<div class="rfloat"><span class="ibutton" onclick="getcurrent()">Refresh</span></div>
 </div>
 <div class="modal" id="startgame">
 <div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>
--- a/style-rlg.css	Thu Jun 21 21:57:04 2012 -0700
+++ b/style-rlg.css	Thu Jun 21 22:15:20 2012 -0700
@@ -69,6 +69,7 @@
 div#nogames {
 	display: none;
 	margin-top: 2em;
+	margin-bottom: 3em;
 	font-weight: bold;
 	text-align: center;
 }