]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.css
Add buttons for setting paid/not paid (not validating, no backend).
[ccbs] / html / ccbs.css
index f3f8f6f9a487106dcd3292d0808bc869bc3cef18..64f57aa842c8286722b5fad061b5fa9a65409703 100644 (file)
@@ -53,6 +53,10 @@ table {
        margin-left: 2em;
        font-size: smaller;
 }
+table.scores {
+       margin-top: 1em;
+       margin-bottom: 1em;
+}
 th, td {
        border: 1px solid black;
        padding: 2px;
@@ -69,6 +73,10 @@ a:visited {
        color: navy;
 }
 
+.notpaid {
+       color: red;
+}
+
 /* IE sucks! */
 tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; }