X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=62e0c7bc5a8418373037ee41b5084e0ea7c62102;hb=fed6d11d2cbd6d617d18bc01a78196865da4155b;hp=441cbdfd6d16a0f9f78152b645caa981f15f56c1;hpb=b57e0549562c50c657bc9843295e48059dbe26d2;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 441cbdf..62e0c7b 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -10,7 +10,7 @@ em { font-style: italic; } a { - color: #068600; + color: #002286; } h1.title { font-size: 1.5em; @@ -31,9 +31,6 @@ a:visited { #nav td { padding: 5px 15px; } -#nav a { - color: #002286; -} table { border-collapse: collapse; } @@ -59,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; } @@ -70,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; } @@ -81,7 +98,7 @@ table.list td.share { text-align: right; } #totals th.scope { - text-align: left; + text-align: right; padding: 2px 15px; } #totals .scope { @@ -89,6 +106,7 @@ table.list td.share { } #totals td { padding: 2px 15px; + text-align: right; } #balance { margin-bottom: 10px; @@ -96,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; @@ -119,10 +145,15 @@ 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; +}