comparison style-rlg.css @ 56:7f3ca16409fe

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.
author John "Elwin" Edwards <elwin@sdf.org>
date Mon, 18 Jun 2012 14:30:05 -0700
parents bef5629f50d8
children e7c864e80a79
comparison
equal deleted inserted replaced
55:96815eae4ebe 56:7f3ca16409fe
38 div.formtable > div > div:first-child { 38 div.formtable > div > div:first-child {
39 font-weight: bold; 39 font-weight: bold;
40 text-align: center; 40 text-align: center;
41 } 41 }
42 42
43 div.formtable > div.tcapt {
44 display: table-caption;
45 caption-side: top;
46 margin: 0 auto;
47 padding: 0.4em;
48 font-weight: bold;
49 text-align: center;
50 }
51
43 span.ibutton { 52 span.ibutton {
44 background-color: #D0D0D0; 53 background-color: #D0D0D0;
45 border: 2px solid #101040; 54 border: 2px solid #101040;
46 border-radius: 0.3em; 55 border-radius: 0.3em;
47 padding: 0.2em 0.5em; 56 padding: 0.2em 0.5em;