mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Add border to birthday selector to match style.
This commit is contained in:
parent
82675bf05a
commit
31495208bf
2 changed files with 5 additions and 2 deletions
|
@ -87,11 +87,14 @@
|
|||
border-radius: 4px
|
||||
margin-bottom: 7px
|
||||
|
||||
input
|
||||
input, select
|
||||
background-color: rgb(239, 232, 216)
|
||||
border: 2px solid rgb(26, 21, 18)
|
||||
border-radius: 4px
|
||||
|
||||
select
|
||||
margin-right: 2px
|
||||
|
||||
label
|
||||
font-size: 20px
|
||||
text-transform: uppercase
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
span(data-i18n="signup.birthday")
|
||||
| :
|
||||
.input-border
|
||||
select#birthday-month-input.input-large.form-control(name="birthdayMonth", value=view.previousFormInputs.birthdayMonth || '', tabindex=4, style="width: 110px; float: left")
|
||||
select#birthday-month-input.input-large.form-control(name="birthdayMonth", value=view.previousFormInputs.birthdayMonth || '', tabindex=4, style="width: 106px; float: left")
|
||||
option(value='',data-i18n="calendar.month")
|
||||
for name, val in ['january','february','march','april','may','june','july','august','september','october','november','december']
|
||||
option(data-i18n="calendar.#{name}" value=val+1)
|
||||
|
|
Loading…
Reference in a new issue