X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=a87782b8017fdec6ef8b4a95317acfbe4a077f39;hb=40658e2f4285a2253627a44b7f4bf26a358fe3b9;hp=86d9122d06a47b7870f874b633e43213ed4977b7;hpb=7e074ca2b00ac193c0d8fa6a52e457045ee37493;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 86d9122..a87782b 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -56,6 +56,15 @@ table.list th { text-align: left; border-bottom: 1px solid #bbb; } + +table.list th.amount { + text-align: right; +} + +table.list th.share { + text-align: right; +} + table.list td { vertical-align: top; } @@ -67,10 +76,21 @@ table.list td.user { } table.list td.amount { width: 90px; + text-align: right; } table.list td.share { width: 90px; + text-align: right; +} +table.list td.editlink { + width: 30px; +} +table.list td.total { + border-top: 1px solid #bbb; + text-align: right; + font-weight: bold; } + #totals { margin-bottom: 10px; } @@ -78,7 +98,7 @@ table.list td.share { text-align: right; } #totals th.scope { - text-align: left; + text-align: right; padding: 2px 15px; } #totals .scope { @@ -86,6 +106,7 @@ table.list td.share { } #totals td { padding: 2px 15px; + text-align: right; } #balance { margin-bottom: 10px; @@ -93,6 +114,14 @@ table.list td.share { #balance th { text-align: left; } + +#balance td.amount { + text-align: right; +} +#balance th.amount { + text-align: right; +} + td.labelcol { text-align: right; font-weight: bold; @@ -116,10 +145,19 @@ span.error-message { } input.currency { padding-left: 10px; - background-image: url(/icons/currency-small.png); + background-image: url(../icons/currency-small.png); background-repeat: no-repeat; background-position: center left; } span.see-all { font-size: 0.7em; } +#mobile { + padding: 5px; + font-weight: bold; + border-bottom: 1px solid #bbb; +} + +div.pie { + float: right; +}