mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 01:14:46 -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
|
.form
|
||||||
max-width: 600px
|
max-width: 600px
|
||||||
|
|
||||||
#wizard-settings-tab-view
|
#wizard-settings-view
|
||||||
#color-settings
|
#color-settings
|
||||||
float: left
|
float: left
|
||||||
width: 600px
|
width: 600px
|
||||||
|
|
|
@ -1,20 +1,17 @@
|
||||||
#wizard-settings-modal
|
#wizard-settings-modal
|
||||||
color: black
|
color: black
|
||||||
background: white
|
|
||||||
width: 400px
|
|
||||||
|
|
||||||
|
#wizard-settings-view #color-settings
|
||||||
|
width: 480px
|
||||||
|
|
||||||
canvas
|
canvas
|
||||||
border: 1px solid black
|
margin: 0px auto 20px
|
||||||
float: left
|
display: block
|
||||||
|
float: none
|
||||||
.settings
|
background: white
|
||||||
width: 225px
|
|
||||||
margin: 10px
|
|
||||||
display: inline-block
|
|
||||||
|
|
||||||
.selector
|
.wizard-name-line
|
||||||
margin: 10px 5px
|
text-align: center
|
||||||
|
margin-bottom: 10px
|
||||||
button
|
label
|
||||||
margin-left: 10px
|
margin-right: 10px
|
||||||
float: right
|
|
Loading…
Add table
Add a link
Reference in a new issue