Файл: ajax/profileCover/styleMobile.css
Строк: 18
.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;
	background: rgba(255,
255, 255, .5);
	height: inherit;
	padding: 13px
10px;
}
a.profileCoverChange {
	position: absolute;
	bottom:
0;
	right: 0;
	padding: 4px;
	background: #000;
	color: #FFF;
}