File size: 558B
.profileCoverWrapper {
width: 100%;
height: 150px;
overflow: hidden;
position: relative;
}
.profileCoverImage {
margin: 0;
padding: 0;
width: inherit;
height: inherit;
position: absolute;
top: 0;
left: 0;
}
.profileCoverInfo {
z-index: 10001;
position: absolute;
top: 0;
left: 0;
height: inherit;
padding: 13px 10px;
text-align: center;
}
.profileCoverNick {
margin-bottom: 5px;
}
a.profileCoverChange {
position: absolute;
bottom: 0;
right: 0;
padding: 4px;
background: #000;
color: #FFF;
}