VRFS-3036 CSS tuning
This commit is contained in:
parent
0be7146e4f
commit
119b4fcb12
|
|
@ -458,6 +458,25 @@
|
|||
}
|
||||
|
||||
#bands-filter-to_join {
|
||||
width: 75%;
|
||||
|
||||
.builder-selector {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.lhs {
|
||||
float: left;
|
||||
width: 40%;
|
||||
.easydropdown-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.rhs {
|
||||
float: right;
|
||||
width: 40%;
|
||||
.easydropdown-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.builder-sort-order {
|
||||
.text-label {
|
||||
float: right;
|
||||
|
|
@ -490,9 +509,6 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
.easydropdown-wrapper {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.search-filter-setup-genres {
|
||||
|
|
@ -501,7 +517,10 @@
|
|||
}
|
||||
.band-search-filter-builder-bottom {
|
||||
text-align: right;
|
||||
width: 80%;
|
||||
#btn-perform-band-search {
|
||||
width: 120px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.builder-section {
|
||||
|
|
|
|||
|
|
@ -62,19 +62,24 @@ script#template-band-search-filter-to_join type="text/template"
|
|||
|
||||
.col-right
|
||||
.field.builder-selector
|
||||
label Status:
|
||||
select.easydropdown name="band_status"
|
||||
option selected="selected" value="{band_status}" {band_status}
|
||||
.lhs
|
||||
label Status:
|
||||
select.easydropdown name="band_status"
|
||||
option selected="selected" value="{band_status}" {band_status}
|
||||
|
||||
.field.builder-selector
|
||||
label Concert Gigs Played:
|
||||
select.easydropdown name="concert_gigs"
|
||||
option selected="selected" value="{concert_gigs}" {concert_gigs}
|
||||
.rhs
|
||||
label Concert Gigs Played:
|
||||
select.easydropdown name="concert_gigs"
|
||||
option selected="selected" value="{concert_gigs}" {concert_gigs}
|
||||
|
||||
.clearall
|
||||
|
||||
.field.builder-selector
|
||||
label Touring Option:
|
||||
select.easydropdown name="touring_option"
|
||||
option selected="selected" value="{touring_option}" {touring_option}
|
||||
.lhs
|
||||
label Touring Option:
|
||||
select.easydropdown name="touring_option"
|
||||
option selected="selected" value="{touring_option}" {touring_option}
|
||||
.clearall
|
||||
|
||||
.clearall
|
||||
|
|
|
|||
Loading…
Reference in New Issue