1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-04-30 10:41:24 +00:00

Added test results

This commit is contained in:
Ozzie Isaacs
2018-10-03 14:20:10 +02:00
parent 40cc25de7a
commit cb68bc0c3a
3 changed files with 2691 additions and 0 deletions

21
test/css/runner.css Normal file
View File

@@ -0,0 +1,21 @@
.hiddenRow {
display: none;
}
.bg-grey {
background-color: rgba(0, 0, 0, 0.03);
}
.table-curved {
border-radius: 20px;
}
.buttons, .report-description {
margin: 5px;
padding: 5px;
}
.piechart{
text-align: center;
}