Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/6ffb99f84fc97221beec3b7307239bce860af643 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed progress bar text

pull/19/head
Mark McDowall 13 years ago
parent 75090e77bc
commit 6ffb99f84f

@ -22,6 +22,7 @@
display: block;
width: 100%;
text-align: center;
line-height: normal;
}
.ui-progressbar-value
@ -35,6 +36,7 @@
position: relative;
font-weight: normal;
color: white;
line-height: normal;
}
/* Set the row height so it won't resize when the progress bar is created */

Loading…
Cancel
Save