summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-03-31 10:07:27 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-03-31 10:07:27 +0200
commit31ae7f845ece229367322020becbf6db4c804a54 (patch)
treed35309a1584f8f0d4bb539f93a9f78e4a7ac8756 /assets
parent432bb76b841b68af7a47a9f22a230b79dea53ebe (diff)
view/html: Unclutter tables.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/screen.css25
1 files changed, 17 insertions, 8 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index d981818..c4e47dd 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -53,24 +53,33 @@ p + p {
}
thead {
- border-bottom: 2px solid #ddd;
+ border-bottom: 1px solid #ddd;
font-weight: bold;
+ line-height: 1.2em;
+ height: 5em;
+ vertical-align: bottom;
}
-tr {
- border-bottom: 1px solid #ddd;
+tr.heading th {
+ background-color: #f8f9fa;
+ font-weight: bold;
}
tr td:nth-child(3){
min-width: 8rem;
}
-tr.serious td:nth-child(1) {
- background-color: #ff5a2a;
- color: #fff;
+tr.serious svg {
+ fill: #ff5a2a;
+ margin-right: .5em;
+ height: 1.2em;
+ vertical-align: text-bottom;
}
-tr.important td:nth-child(1) {
- background-color: #feaaaa;
+tr.important svg {
+ fill: #000;
+ margin-right: .5em;
+ height: 1.2em;
+ vertical-align: text-bottom;
}
#header {