Crawl stats: time format + sorting (#10)

* Nicer stats
* Fix right align
* No leading day zeros
* Fix right-align padding
This commit is contained in:
terorie
2018-12-14 15:30:06 +01:00
committed by Simon Fortier
parent e89eb6e3e0
commit 1ac3b97d7e
4 changed files with 34 additions and 13 deletions

View File

@@ -19,6 +19,10 @@ a {
.table td {
padding: 2px 0;
}
.td-numeric {
text-align: end;
padding-right: 1em;
}
.bg-application {
background: #8FB847;