Remove the refresh button.
Since the lists refresh automatically now, a button isn't needed.
This commit is contained in:
parent
2180af99a0
commit
6baed7ccf1
2 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,6 @@
|
||||||
<div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div>
|
<div><div>Player</div><div>Game</div><div>Idle time</div><div>Actions</div></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="nogames">No one is playing right now.</div>
|
<div id="nogames">No one is playing right now.</div>
|
||||||
<div class="rfloat"><span class="ibutton" onclick="getcurrent()">Refresh</span></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="modal" id="startgame">
|
<div class="modal" id="startgame">
|
||||||
<div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>
|
<div id="opttable" class="formtable"><div><div>Game</div><div>Actions</div></div></div>
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@ div#register div.formtable span.ibutton {
|
||||||
div#nogames {
|
div#nogames {
|
||||||
display: none;
|
display: none;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
margin-bottom: 3em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue