Add labels for gender and division for index page
parent
64a6ba545b
commit
2fc17c0c42
|
@ -45,3 +45,7 @@ form {
|
||||||
#admin-checkbox {
|
#admin-checkbox {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sport-gender-division {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
|
@ -16,11 +16,18 @@ block content
|
||||||
label Year
|
label Year
|
||||||
span(class='form-section-input')
|
span(class='form-section-input')
|
||||||
select#year-dropdown(name="year" class="form-main-dropdown")
|
select#year-dropdown(name="year" class="form-main-dropdown")
|
||||||
span(class='form-section')
|
span#sport-gender-division(class='form-section')
|
||||||
|
span
|
||||||
label Sport
|
label Sport
|
||||||
span(class='form-section-input')
|
span(class='form-section-input')
|
||||||
select#sport-dropdown(name="sport" class="form-main-dropdown")
|
select#sport-dropdown(name="sport" class="form-main-dropdown")
|
||||||
|
span
|
||||||
|
label Gender
|
||||||
|
span(class='form-section-input')
|
||||||
select#gender-dropdown(name="gender")
|
select#gender-dropdown(name="gender")
|
||||||
|
span
|
||||||
|
label Division
|
||||||
|
span(class='form-section-input')
|
||||||
select#division-dropdown(name="division")
|
select#division-dropdown(name="division")
|
||||||
span(class='form-section')
|
span(class='form-section')
|
||||||
label Team
|
label Team
|
||||||
|
|
Reference in New Issue