diff --git a/templates/list.html b/templates/list.html index 33880e7..d2aaf51 100644 --- a/templates/list.html +++ b/templates/list.html @@ -14,6 +14,9 @@ html,body{ font-size:12px; height:100%; width:100%; + margin:0; + padding:0; + scrollbar-width:none; overflow:auto; } table{ @@ -21,14 +24,15 @@ table{ width:1600px; max-width:400%; border-collapse:separate; + border-spacing:0; table-layout:fixed; - overflow:hidden; - margin:0; + overflow-x:clip; } th,td{ + background-color:white; + box-sizing:border-box; border-bottom:2px solid black; border-right:2px solid black; - padding:0; } th,td:first-child{ position:sticky; @@ -37,8 +41,6 @@ th:first-child,td:first-child{ left:0; } th{ - color:black; - background-color:white; text-align:center; font-weight:bold; top:0; @@ -48,7 +50,7 @@ th:first-child{ } a,span{ color:black; - padding:2px; + padding:1px; display:block; white-space:nowrap; overflow:hidden; @@ -56,7 +58,7 @@ a,span{ text-decoration:none; } a:hover{background-color:lightgray;color:black;} -[class="closed"],[class="closed"]>*{background-color:#13171f;color:white;} +.closed,[class="closed"]>*{background-color:black;color:white;} .available{background-color:lightgreen;} .other{background-color:white;} .class{background-color:darkgray;}