]> git.sesse.net Git - ccbs/blobdiff - html/ccbs.css
The "edit scores" backend now finds out which update button was pressed.
[ccbs] / html / ccbs.css
index 64f57aa842c8286722b5fad061b5fa9a65409703..3a8c4b08eb4ffa009a078b292c9cea6ea19c7980 100644 (file)
@@ -76,6 +76,9 @@ a:visited {
 .notpaid {
        color: red;
 }
+p.button {
+       margin: 0;
+}
 
 /* IE sucks! */
 tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; }
@@ -86,3 +89,7 @@ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red;
        font-size: x-small;
        border-top: 1px solid gray;
 }
+
+.nowrap {
+       white-space: nowrap;
+}