diff --git a/web/app/assets/stylesheets/client/band.css.scss b/web/app/assets/stylesheets/client/band.css.scss index a9645cd01..add7e1057 100644 --- a/web/app/assets/stylesheets/client/band.css.scss +++ b/web/app/assets/stylesheets/client/band.css.scss @@ -399,12 +399,22 @@ width: 100%; } - + + #band-setup-step-0 { + padding:1em; + .band-name { + width:36%; + } + h2 { + margin-left:10px; + } + } + #band-setup-form { margin: 0.25em 0.5em 1.25em 0.25em; table.band-form-table { width: 100%; - margin: 1em; + @include border_box_sizing; tr:nth-child(even) td { padding-bottom: 1em;