ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit cf2eb0e5a3aed1cae872a37e9aa05b11434e315c
parent 159d9f72af91154720d1bf4711b302ed4cf7f771
Author: Milan Pässler <milan@petabyte.dev>
Date: Fri, 11 Sep 2020 19:35:46 +0200

client: change table css
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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 {