mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed some more .controls from forms.
This commit is contained in:
parent
13af9febbf
commit
a239ba3465
3 changed files with 4 additions and 12 deletions
|
@ -1,9 +1,4 @@
|
|||
#level-multiplayer-modal
|
||||
.control-label
|
||||
width: 80px
|
||||
.controls
|
||||
margin-left: 100px
|
||||
|
||||
textarea
|
||||
width: 100%
|
||||
box-sizing: border-box
|
||||
|
|
|
@ -9,15 +9,12 @@ canvas#tinting-display(width=200, height=200).img-rounded
|
|||
div.sliders
|
||||
div.slider-cell
|
||||
label(for=group.humanized+"_hue", data-i18n="hue") Hue
|
||||
.controls
|
||||
.selector(id=group.humanized+"_hue", name=group.name+'.hue', data-key='hue')
|
||||
.selector(id=group.humanized+"_hue", name=group.name+'.hue', data-key='hue')
|
||||
div.slider-cell
|
||||
label(for=group.humanized+"_saturation", data-i18n="saturation") Saturation
|
||||
.controls
|
||||
.selector(id=group.humanized+"_saturation", name=group.name+'.saturation', data-key='saturation')
|
||||
.selector(id=group.humanized+"_saturation", name=group.name+'.saturation', data-key='saturation')
|
||||
div.slider-cell
|
||||
label(for=group.humanized+"_lightness", data-i18n="lightness") Lightness
|
||||
.controls
|
||||
.selector(id=group.humanized+"_lightness", name=group.name+'.lightness', data-key='lightness')
|
||||
.selector(id=group.humanized+"_lightness", name=group.name+'.lightness', data-key='lightness')
|
||||
div.clearfix
|
||||
div.clearfix
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.modal-body
|
||||
.form
|
||||
.form-group.checkbox
|
||||
label.control-label(for="multiplayer")
|
||||
label(for="multiplayer")
|
||||
input#multiplayer(name="multiplayer", type="checkbox", checked=multiplayer)
|
||||
| Multiplayer
|
||||
span.help-block Enable others to join your game.
|
||||
|
|
Loading…
Reference in a new issue