* VRFS-3320 - styling band page 2
This commit is contained in:
parent
3ff33ae146
commit
911dcf78c9
|
|
@ -53,9 +53,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actions {
|
||||||
|
margin-right:13px;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.band-setup-genres {
|
.band-setup-genres {
|
||||||
|
@include border_box_sizing;
|
||||||
|
padding:10px;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:200px;
|
height:200px;
|
||||||
background-color:#c5c5c5;
|
background-color:#c5c5c5;
|
||||||
|
|
@ -399,14 +405,28 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.band-step {
|
||||||
|
h2 {
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
|
||||||
#band-setup-step-0 {
|
#band-setup-step-0 {
|
||||||
padding:1em;
|
|
||||||
.band-name {
|
.band-name {
|
||||||
width:36%;
|
width:36%;
|
||||||
}
|
}
|
||||||
h2 {
|
}
|
||||||
margin-left:10px;
|
#band-setup-step-1 {
|
||||||
|
|
||||||
|
.band-name {
|
||||||
|
width:36%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.easydropdown-wrapper {
|
||||||
|
width:100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -416,9 +436,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include border_box_sizing;
|
@include border_box_sizing;
|
||||||
|
|
||||||
tr:nth-child(even) td {
|
/** tr:nth-child(even) td {
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
td.band-biography, td.tdBandGenres {
|
td.band-biography, td.tdBandGenres {
|
||||||
height:100%;
|
height:100%;
|
||||||
|
|
|
||||||
|
|
@ -199,7 +199,7 @@
|
||||||
| Google+
|
| Google+
|
||||||
|
|
||||||
br clear="all"
|
br clear="all"
|
||||||
.right
|
.actions
|
||||||
a#btn-band-setup-cancel.nav-button.button-grey
|
a#btn-band-setup-cancel.nav-button.button-grey
|
||||||
| CANCEL
|
| CANCEL
|
||||||
a#btn-band-setup-back.nav-button.button-grey.hidden
|
a#btn-band-setup-back.nav-button.button-grey.hidden
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue