summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-01 03:45:01 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-01 03:45:01 +0200
commit9c61e6844ec2a5671dc29d55b5b8e1137d387713 (patch)
tree0d07f9063feaec740b518f2b0708dca74c5d396b /assets/css
parentbae40a20154bdd7f371b41b766d89c3dbe871e81 (diff)
Make tables sortable.
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/screen.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index c4e47dd..34bc530 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -52,21 +52,18 @@ p + p {
padding-bottom: 1em;
}
-thead {
- border-bottom: 1px solid #ddd;
- font-weight: bold;
- line-height: 1.2em;
- height: 5em;
- vertical-align: bottom;
-}
-
tr.heading th {
background-color: #f8f9fa;
font-weight: bold;
}
+tr td:nth-child(1),
+tr td:nth-child(4) {
+ width: 4rem;
+}
+
tr td:nth-child(3){
- min-width: 8rem;
+ width: 19rem;
}
tr.serious svg {