diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index ecb49ff545..b7ab994e0d 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -599,7 +599,7 @@ a.itemTag:hover { .detailImageProgressContainer { position: absolute; - bottom: 6px; + bottom: 7px; right: 0; left: 0; text-align: center; @@ -608,7 +608,7 @@ a.itemTag:hover { .detailImageProgressContainer progress { width: 100%; margin: 0 auto; - height: 6px; + height: 7px; } @media all and (max-width: 550px) { @@ -978,12 +978,6 @@ a.itemTag:hover { background-color: #cc3333; } -.userDataIcons .itemProgressBar { - vertical-align: top; - position: relative; - top: 3px; -} - .tileItem .itemProgressBar { top: 2px; width: 40px; diff --git a/dashboard-ui/css/posteritem.css b/dashboard-ui/css/posteritem.css index 06c7abc102..9c1b8ce5fe 100644 --- a/dashboard-ui/css/posteritem.css +++ b/dashboard-ui/css/posteritem.css @@ -180,11 +180,11 @@ .miniPosterItemProgress { /* Make sure it's on top of the fade gradient '*/ - z-index: 10; + z-index: 1000; } .miniPosterItemProgress .itemProgressBar { - height: 7px; + height: 8px; opacity: 1; } diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html index 807a3f1ea4..3acfabc0fd 100644 --- a/dashboard-ui/dashboard.html +++ b/dashboard-ui/dashboard.html @@ -76,7 +76,7 @@