VRFS-3036 CSS tuning

This commit is contained in:
Jonathan Kolyer 2015-06-09 05:39:03 +00:00
parent b49b44f724
commit c40d7c5f62
2 changed files with 11 additions and 2 deletions

View File

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

View File

@ -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&nbsp;&nbsp;$
<input type="checkbox" id="has_max_cost" {has_max_cost} >&nbsp;Find bands to play a paid gig at a cost not to exceed&nbsp;&nbsp;$
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} >&nbsp;Find bands that will play free gigs
.clearall