Add border to birthday selector to match style.

This commit is contained in:
Rob 2016-04-28 11:28:43 -07:00
parent 82675bf05a
commit 31495208bf
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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)