X-Git-Url: https://git.auder.net/assets/config.php?a=blobdiff_plain;f=css%2Findex.css;h=d92ca1c7e44829cafa969882ebdda8bdcdcca76b;hb=ade10194c01dcf4a71fc92f055d5dc53ac555e0e;hp=015c6f8b8a0925886f276e2bc8b6ce78759aff3e;hpb=7a00c4090c05f7c5f9d9b1b49bcf749b90f95c06;p=westcastle.git diff --git a/css/index.css b/css/index.css index 015c6f8..d92ca1c 100644 --- a/css/index.css +++ b/css/index.css @@ -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; }