mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fixing the wizard settings modal.
This commit is contained in:
parent
2d6dd36a68
commit
4d9dd9bd36
2 changed files with 13 additions and 16 deletions
app/styles
|
@ -39,7 +39,7 @@
|
|||
.form
|
||||
max-width: 600px
|
||||
|
||||
#wizard-settings-tab-view
|
||||
#wizard-settings-view
|
||||
#color-settings
|
||||
float: left
|
||||
width: 600px
|
||||
|
|
|
@ -1,20 +1,17 @@
|
|||
#wizard-settings-modal
|
||||
color: black
|
||||
background: white
|
||||
width: 400px
|
||||
|
||||
#wizard-settings-view #color-settings
|
||||
width: 480px
|
||||
|
||||
canvas
|
||||
border: 1px solid black
|
||||
float: left
|
||||
|
||||
.settings
|
||||
width: 225px
|
||||
margin: 10px
|
||||
display: inline-block
|
||||
margin: 0px auto 20px
|
||||
display: block
|
||||
float: none
|
||||
background: white
|
||||
|
||||
.selector
|
||||
margin: 10px 5px
|
||||
|
||||
button
|
||||
margin-left: 10px
|
||||
float: right
|
||||
.wizard-name-line
|
||||
text-align: center
|
||||
margin-bottom: 10px
|
||||
label
|
||||
margin-right: 10px
|
Loading…
Add table
Add a link
Reference in a new issue