update detail page layout

This commit is contained in:
Luke Pulverenti 2015-09-01 22:56:19 -04:00
parent 3c6094599e
commit 28adb1bc8d
3 changed files with 25 additions and 15 deletions

View file

@ -439,9 +439,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.detailNameContainer {
position: absolute;
bottom: 15px;
margin-bottom: 0;
margin-top: -120px;
height: 110px;
}
.desktopMiscInfoContainer {
@ -595,7 +594,8 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.detailNameContainer {
position: static;
margin-top: auto;
height: auto;
}
.itemBackdropContent {