RLG-Web: put the game options into a table.
Create a nice table of options when the player logs in.
This commit is contained in:
parent
2e35e55925
commit
d3abfbcea9
3 changed files with 49 additions and 12 deletions
|
|
@ -6,6 +6,34 @@ html {
|
|||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.modal {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
div#opttable {
|
||||
display: table;
|
||||
margin: 1em auto;
|
||||
border: 2px solid #101040;
|
||||
}
|
||||
|
||||
div#opttable > div {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
div#opttable > div > div {
|
||||
display: table-cell;
|
||||
padding: 0.4em 2em;
|
||||
}
|
||||
|
||||
div#opttable > div > div:first-child {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span.ibutton {
|
||||
background-color: #D0D0D0;
|
||||
border: 2px solid #101040;
|
||||
border-radius: 0.3em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue