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:
parent
1ffb72866a
commit
2bdd26b2f4
3 changed files with 57 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue