Some preliminary setup for the Game Settings page
This commit is contained in:
24
WebHostLib/static/styles/game-settings.css
Normal file
24
WebHostLib/static/styles/game-settings.css
Normal file
@@ -0,0 +1,24 @@
|
||||
#game-settings{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#game-settings table{
|
||||
|
||||
}
|
||||
|
||||
#game-settings table td.option-name{
|
||||
|
||||
}
|
||||
|
||||
#game-settings table td.option-name label{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#game-settings table .option-value{
|
||||
|
||||
}
|
||||
|
||||
#game-settings table .option-value input{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user