restore progress bar on detail page
This commit is contained in:
parent
0c23a1a971
commit
f06105e688
3 changed files with 33 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue