diff --git a/client/style.css b/client/style.css index 51ccb18..cf0ff0a 100755 --- a/client/style.css +++ b/client/style.css @@ -124,6 +124,9 @@ table { div.card { overflow-x: auto; } +tbody tr { + border-top: 1px solid #ccc; +} tr { background-color: #fff; margin: 0 0 15px 0; @@ -139,7 +142,7 @@ th { } -tr:nth-child(odd) { +thead tr:not(:last-child) { background-color: #eee; } @@ -758,6 +761,7 @@ form>div.history { vertical-align: bottom; cursor: pointer; max-inline-size: 22px; + margin: 0 .3em; } .remark {