diff options
Diffstat (limited to 'frontend/app/Main.hs')
-rw-r--r-- | frontend/app/Main.hs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/frontend/app/Main.hs b/frontend/app/Main.hs index 7345a98..4ef4def 100644 --- a/frontend/app/Main.hs +++ b/frontend/app/Main.hs @@ -147,6 +147,23 @@ header section { margin-left: auto; } header section:first-child { margin-left: 0; } + +/* table layout */ +th, td { + text-align: left; + padding: 0 16px; + line-height: 52px; + text-overflow: ellipsis; +} + +/* table borders */ +table { + border-collapse: collapse; + border-left: 1px solid gray; + border-right: 1px solid gray; } +th, td { + border-top: 1px solid gray; + border-bottom: 1px solid gray; } |] ) ] |