comparison style-rlg.css @ 45:1bbd0e76ba92

RLG-Web: put the game options into a table. Create a nice table of options when the player logs in.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 09 Jun 2012 15:22:56 -0700
parents 82be54381964
children 33bdb3d466e3
comparison
equal deleted inserted replaced
44:b848cb50cd69 45:1bbd0e76ba92
4 } 4 }
5 5
6 h1 { 6 h1 {
7 text-align: center; 7 text-align: center;
8 } 8 }
9
9 div.modal { 10 div.modal {
10 clear: both; 11 clear: both;
11 } 12 }
13
14 div#opttable {
15 display: table;
16 margin: 1em auto;
17 border: 2px solid #101040;
18 }
19
20 div#opttable > div {
21 display: table-row;
22 }
23
24 div#opttable > div > div {
25 display: table-cell;
26 padding: 0.4em 2em;
27 }
28
29 div#opttable > div > div:first-child {
30 font-weight: bold;
31 text-align: center;
32 }
33
34 span.ibutton {
35 background-color: #D0D0D0;
36 border: 2px solid #101040;
37 border-radius: 0.3em;
38 padding: 0.2em;
39 }