RLG-Web client: display a list of current games.

Incorporate information from /status to create a list of ongoing games.
Eventually these will be watchable.
This commit is contained in:
John "Elwin" Edwards 2012-06-18 14:30:05 -07:00
parent 1ffb72866a
commit 2bdd26b2f4
3 changed files with 57 additions and 0 deletions

View file

@ -40,6 +40,15 @@ div.formtable > div > div:first-child {
text-align: center;
}
div.formtable > div.tcapt {
display: table-caption;
caption-side: top;
margin: 0 auto;
padding: 0.4em;
font-weight: bold;
text-align: center;
}
span.ibutton {
background-color: #D0D0D0;
border: 2px solid #101040;