mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Add options to generate page (#450)
* Add Item cheat permission to generate page. * Indicate that both remaining_mode and item cheat are disabled in race mode. * Add server_password * refine tooltips and help for server_password and !admin command. * Add Plando options to generation page. * Remove debugging code * Style adjustments and HTML formatting and tag fixes with the goal of making the page nicer looking and not as vertical. Co-authored-by: Chris Wilson <chris@legendserver.info>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
#generate-game{
|
||||
width: 700px;
|
||||
width: 990px;
|
||||
min-height: 360px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -25,9 +25,26 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#generate-game-tables-container{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.table-wrapper select {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.table-wrapper input:not([type]){
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#generate-game-form-wrapper table td{
|
||||
text-align: left;
|
||||
padding-right: 0.5rem;
|
||||
vertical-align: top;
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
#generate-form-button-row{
|
||||
|
Reference in New Issue
Block a user