Added progress bar to the metadata on the overview (#844)

* Added progress bar to Torrent metadata on the overview.

* Added progress bar to Torrent metadata on the overview.

* Made progress bar smaller

As proposed by dcposh.
This commit is contained in:
PurgingPanda
2016-09-02 01:43:28 +04:00
committed by DC
parent db650caf18
commit d806fd502f
2 changed files with 11 additions and 0 deletions

View File

@@ -455,6 +455,11 @@ i:not(.disabled):hover { /* Show they're clickable without pointer: cursor */
line-height: 1.5em;
}
progress {
width: 60px;
margin-right: 8px;
}
/*
* TORRENT LIST: ERRORS
*/