* VRFS-3319 - styling fixes on new band page

This commit is contained in:
Seth Call 2015-07-10 11:05:23 -05:00
parent d63d3ba1b2
commit 3ff33ae146
1 changed files with 12 additions and 2 deletions

View File

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