1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Improve display of progress bars.

Change fill color height of progress bars in the Downloads columns of the show list page.
Change fill color height of progress bars under the images in Layout Poster of the show list page.
Remove top grey border on the up to 20% red progress bars in Layout Poster of the show list page.
This commit is contained in:
JackDandy 2014-10-24 19:28:50 +01:00
parent 6c8d72b9c1
commit 7dd545ecae

View File

@ -631,6 +631,18 @@ home.tmpl
border-left: 0px;
border-right: 0px;
}
.ui-progressbar .ui-progressbar-value {
height:20px
}
.ui-progressbar .progress-20 {
border: none;
}
.show .progress-20,
.show .progress-40,
.show .progress-60,
.show .progress-80 {
height: 7px
}
.show .progress-80 {
border-radius: 0px;