X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.css;h=3a8c4b08eb4ffa009a078b292c9cea6ea19c7980;hp=b4ef8ea777d844c342726f50e60b3a670e2b6fdc;hb=ed77839b314639904743a85ff4ea4c5079102464;hpb=f24e4feebe4555e63b5c5df1090f1982fed89f58 diff --git a/html/ccbs.css b/html/ccbs.css index b4ef8ea..3a8c4b0 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -73,6 +73,13 @@ a:visited { color: navy; } +.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; } @@ -82,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; +}