RLG-Web client: improve the forms.
Put the forms into CSS tables so they look nicer. Also remove the <form> elements so they won't be submitted as forms.
This commit is contained in:
parent
c7cb905b29
commit
b24bf3b972
2 changed files with 20 additions and 28 deletions
|
|
@ -20,22 +20,22 @@ div.rfloat {
|
|||
padding: 0.4em;
|
||||
}
|
||||
|
||||
div#opttable {
|
||||
div.formtable {
|
||||
display: table;
|
||||
margin: 1em auto;
|
||||
border: 2px solid #101040;
|
||||
}
|
||||
|
||||
div#opttable > div {
|
||||
div.formtable > div {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
div#opttable > div > div {
|
||||
div.formtable > div > div {
|
||||
display: table-cell;
|
||||
padding: 0.4em 2em;
|
||||
}
|
||||
|
||||
div#opttable > div > div:first-child {
|
||||
div.formtable > div > div:first-child {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -46,3 +46,7 @@ span.ibutton {
|
|||
border-radius: 0.3em;
|
||||
padding: 0.2em 0.5em;
|
||||
}
|
||||
|
||||
div#register div.formtable span.ibutton {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue