'Toto' player handling, fix ranking, cosmetics
[westcastle.git] / css / index.css
index 015c6f8..54022f6 100644 (file)
@@ -69,6 +69,7 @@ table th {
 
 #players {
        overflow: auto;
+       margin-bottom: 15px;
 }
 
 #players p {
@@ -116,6 +117,10 @@ table.list tr:not(.title):hover, table.ranking tr:not(.title):nth-child(even):ho
 
 /* ranking div */
 
+#ranking {
+       margin-bottom: 15px;
+}
+
 table.ranking {
        border-collapse: collapse;
        width: 500px;
@@ -171,6 +176,10 @@ button.cancel:hover {
        background-image: linear-gradient(to bottom, #fc433c, #d93434);
 }
 
+.toto {
+       color: darkgrey;
+}
+
 .scored {
        background-color: lightgreen;
 }