diff --git a/web/app/assets/javascripts/findBand.js b/web/app/assets/javascripts/findBand.js index e4c521467..f35206798 100644 --- a/web/app/assets/javascripts/findBand.js +++ b/web/app/assets/javascripts/findBand.js @@ -101,7 +101,7 @@ if (pinstr in instrument_logo_map) { instr = instrument_logo_map[pinstr]; } - player_instrs += ' '; + player_instrs += ''; } playerVals = { diff --git a/web/app/assets/stylesheets/client/content.css.scss b/web/app/assets/stylesheets/client/content.css.scss index 5282c4209..c074227b8 100644 --- a/web/app/assets/stylesheets/client/content.css.scss +++ b/web/app/assets/stylesheets/client/content.css.scss @@ -314,7 +314,11 @@ a.arrow-down { background-color:#4c4c4c; min-height:20px; overflow-x:scroll; + select { + font-size:11px; + margin-top:4px; } +} #session-controls .searchbox { float:left; diff --git a/web/app/assets/stylesheets/client/profile.css.scss b/web/app/assets/stylesheets/client/profile.css.scss index b51f22bf6..25fd0d7bf 100644 --- a/web/app/assets/stylesheets/client/profile.css.scss +++ b/web/app/assets/stylesheets/client/profile.css.scss @@ -196,13 +196,48 @@ } .profile-band-list-result { - width:100%; - min-height:85px; - background-color:#242323; - position:relative; - margin:10px 0px 10px 0px; - padding-bottom:5px; - box-sizing:border-box; + width:100%; + min-height:85px; + background-color:#242323; + position:relative; + margin:10px 0px 10px 0px; + padding-bottom:5px; + box-sizing:border-box; + + .result-name { + font-size: 12px; + font-weight: bold; + margin-bottom: 2px; + } + .stats { + margin-top: 4px; + img { + vertical-align: middle; + } + } + .lcol { + width: 148px; + } + .instruments { + width:128px; + img { + height:24px; + width:24px; + margin-right:2px; + + &:last-child { + margin-right:0px; + } + + } + } + .button-row { + margin-top:10px; + margin-bottom:5px; + .result-list-button-wrapper { + margin:0; + } + } } .profile-social-left { diff --git a/web/app/views/clients/_band_setup.html.erb b/web/app/views/clients/_band_setup.html.erb index 2f66f7eb9..86bc29922 100644 --- a/web/app/views/clients/_band_setup.html.erb +++ b/web/app/views/clients/_band_setup.html.erb @@ -67,6 +67,7 @@ CANCEL   NEXT +