improve / simplify ranking. Fix forgotten renaming
[westcastle.git] / css / index.css
index 015c6f8..d92ca1c 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;
@@ -143,14 +148,6 @@ table.ranking tr:not(.title):hover, table.ranking tr:not(.title):nth-child(even)
        background-color: lightyellow;
 }
 
-table.ranking th.scoring {
-       cursor: pointer;
-}
-
-.active {
-       background-color: yellow;
-}
-
 /* pairings div */
 
 button.block {
@@ -171,6 +168,10 @@ button.cancel:hover {
        background-image: linear-gradient(to bottom, #fc433c, #d93434);
 }
 
+.toto {
+       color: darkgrey;
+}
+
 .scored {
        background-color: lightgreen;
 }