X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=c55df6c37b6477276078435654f8bd7b9aa6e50b;hb=5a2b93f758a19dc3c354c636903a4944b6aff305;hp=35d5c1a4ac3347f8cd2c01a509fa7796e3ac104f;hpb=e90c507073eb9f3bc6b0eb61296ec173b5a7b1c1;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 35d5c1a..c55df6c 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -29,28 +29,34 @@ a:visited { text-align: center; } #nav td { - padding: 5px 20px; + padding: 5px 15px; +} +table { + border-collapse: collapse; +} +th, td { + padding: 2px 5px; } div.block { margin: 10px 0; padding: 0 10px; border-bottom: 1px solid #bbb; } +table.form { + margin-bottom: 10px; +} table.form th { text-align: right; } table.list { - border-collapse: collapse; width: 100%; margin: 10px 0; } table.list th { text-align: left; - padding: 2px 5px; border-bottom: 1px solid #bbb; } table.list td { - padding: 2px 5px; vertical-align: top; } table.list td.date { @@ -71,6 +77,16 @@ table.list td.share { #totals th { text-align: right; } +#totals th.scope { + text-align: left; + padding: 2px 15px; +} +#totals .scope { + border-bottom: 1px solid #bbb; +} +#totals td { + padding: 2px 15px; +} #balance { margin-bottom: 10px; } @@ -104,3 +120,6 @@ input.currency { background-repeat: no-repeat; background-position: center left; } +span.see-all { + font-size: 0.7em; +}