X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=2be0d56c61b791ce86c2fdfb9a438651aaf03879;hb=ed8863d32a4d626a02bf1c5c930253003068ea3f;hp=fe58b9995a557556fd3bb69d23cbed3e647345fa;hpb=3b08315d7a6dee99e751f16b9a5a050884bf54f8;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index fe58b99..2be0d56 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -59,12 +59,21 @@ 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; @@ -72,3 +81,13 @@ td.labelcol { 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; +}