diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 03:45:01 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-01 03:45:01 +0200 |
commit | 9c61e6844ec2a5671dc29d55b5b8e1137d387713 (patch) | |
tree | 0d07f9063feaec740b518f2b0708dca74c5d396b /assets/css/screen.css | |
parent | bae40a20154bdd7f371b41b766d89c3dbe871e81 (diff) |
Make tables sortable.
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 15 |
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 { |