Unstacked the tables, made some card tweaks.

This commit is contained in:
2017-02-25 13:04:33 +11:00
parent 1474e9227e
commit 8457415efc
4 changed files with 30 additions and 10 deletions
+13
View File
@@ -24,10 +24,23 @@ p {
font-size: 14px;
}
.scrollable {
max-width: 100%;
overflow: auto;
}
thead {
font-weight: bold;
}
th:nth-child(1) {
min-width: 120px;
}
th:nth-child(4) {
min-width: 250px;
}
footer {
text-align: center;
}