VRFS-3243 : Some general style and code cleanup.
This commit is contained in:
parent
f16bd28574
commit
69a8f1e8be
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Band Profile -->
|
||||
<div layout="screen" layout-id="bandProfile" layout-arg="id" class="screen secondary">
|
||||
<div layout="screen" layout-id="bandProfile" layout-arg="id" class="screen secondary" id="band-profile">
|
||||
<div class="content-head">
|
||||
<div class="content-icon">
|
||||
<%= image_tag "content/icon_bands.png", :size => "19x19" %>
|
||||
|
|
|
|||
|
|
@ -11,12 +11,10 @@
|
|||
div style="display:block;"
|
||||
#band-setup-step-1.content-wrapper style="padding:10px 35px10px 35px;"
|
||||
br
|
||||
table width="100%" cellpadding="0" cellspacing="0"
|
||||
table width="100%"
|
||||
tr
|
||||
td colspan="2"
|
||||
h2
|
||||
span.band-setup-text-step1
|
||||
| Step 1: General Information
|
||||
h2 | Step 1: General Information
|
||||
tr#name_row
|
||||
td colspan="2"
|
||||
.band-photo.hidden
|
||||
|
|
@ -43,7 +41,7 @@
|
|||
label for="band-country"
|
||||
| Country:
|
||||
select#band-country
|
||||
td#tdBandBiography rowspan="3"
|
||||
td.band-biography rowspan="3"
|
||||
.field
|
||||
label for="band-biography"
|
||||
| Description / Bio:
|
||||
|
|
|
|||
Loading…
Reference in New Issue