From 3ff33ae14663247a592d0f82748040fc79030a0c Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 10 Jul 2015 11:05:23 -0500 Subject: [PATCH] * VRFS-3319 - styling fixes on new band page --- web/app/assets/stylesheets/client/band.css.scss | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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;