VRFS-3036 CSS tuning
This commit is contained in:
parent
b49b44f724
commit
c40d7c5f62
|
|
@ -468,6 +468,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
#band-search-filter-builder {
|
||||
margin-left: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.band-search-filter-builder-bottom {
|
||||
text-align: right;
|
||||
#btn-perform-band-search {
|
||||
|
|
@ -476,6 +481,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
tr:nth-child(even) td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
#bands-filter-to_hire {
|
||||
width: 60%;
|
||||
|
||||
|
|
|
|||
|
|
@ -127,11 +127,11 @@ script#template-band-search-filter-to_hire type="text/template"
|
|||
|
||||
.band-search-filter-builder-middle2.builder-section
|
||||
.field.builder-selector
|
||||
<input type="checkbox" id="has_max_cost" {has_max_cost} >Find bands to play a paid gig at a cost not to exceed $
|
||||
<input type="checkbox" id="has_max_cost" {has_max_cost} > Find bands to play a paid gig at a cost not to exceed $
|
||||
input type="text" id="max_cost_amount" name="max_cost" value="{max_cost}"
|
||||
|
||||
.field.builder-selector
|
||||
<input type="checkbox" id="free_gigs" name="free_gigs" {has_free_gigs} >Find bands that will play free gigs
|
||||
<input type="checkbox" id="free_gigs" name="free_gigs" {has_free_gigs} > Find bands that will play free gigs
|
||||
|
||||
.clearall
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue