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:
21
test/css/runner.css
Normal file
21
test/css/runner.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user