restore progress bar on detail page

This commit is contained in:
Luke Pulverenti 2013-12-29 23:35:27 -05:00
parent 0c23a1a971
commit f06105e688
3 changed files with 33 additions and 3 deletions

View file

@ -551,6 +551,20 @@ a.itemTag:hover {
margin-right: 5px;
}
.detailImageProgressContainer {
position: absolute;
bottom: 6px;
right: 0;
left: 0;
text-align: center;
}
.detailImageProgressContainer progress {
width: 100%;
margin: 0 auto;
height: 6px;
}
@media all and (max-width: 550px) {
.desktopViewMenuLink {