diff --git a/web/app/assets/stylesheets/client/band.css.scss b/web/app/assets/stylesheets/client/band.css.scss index abc00ce4a..b2228bf5b 100644 --- a/web/app/assets/stylesheets/client/band.css.scss +++ b/web/app/assets/stylesheets/client/band.css.scss @@ -1,15 +1,13 @@ @import "client/common.css.scss"; -#band-setup { - padding: 0.25em; - +#band-setup, #band-profile { input, select, textarea { @include border_box_sizing; width: 100%; padding: 2px 4px 2px 2px; } - #tdBandBiography { + td.band-biography { height:100%; vertical-align: top; #band-biography { @@ -349,6 +347,11 @@ } #band-setup-form { + padding: 0.25em 0.5em 0.25em 0.25em; + #band-setup-table { + + } + .easydropdown { padding: 0 3px; width:100%; diff --git a/web/app/views/clients/_bandProfile.html.erb b/web/app/views/clients/_bandProfile.html.erb index 3f58378ee..1a51223bd 100644 --- a/web/app/views/clients/_bandProfile.html.erb +++ b/web/app/views/clients/_bandProfile.html.erb @@ -1,5 +1,5 @@ -