X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=a63eb329546bc7c10fe551ec4ca166ac74232f04;hb=acccaf1c26b247e15d6fe5e10658548cc4718295;hp=3897fe07ef78883ee2ca7ae1efb450494b077b9a;hpb=eadf3c3a4e49086b24dd61ead8ea95cdada8b88a;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 3897fe0..a63eb32 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -36,6 +36,9 @@ div.block { padding: 0 10px; border-bottom: 1px solid #bbb; } +table.form th { + text-align: right; +} table.list { border-collapse: collapse; width: 100%; @@ -59,13 +62,35 @@ table.list td.user { table.list td.amount { width: 90px; } +table.list td.share { + width: 90px; +} #totals { margin-bottom: 10px; } #totals th { text-align: right; } +#balance { + margin-bottom: 10px; +} +#balance th { + text-align: left; +} td.labelcol { text-align: right; font-weight: bold; } +tr.user-not-involved { + color: #aaa; +} +div.flash { + margin: 10px 0; + padding: 0.5em; + font-weight: bold; + background: #fffa98; + border: 1px solid #e6e000; +} +div.flash ul { + margin-bottom: 0; +}