X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=ceb0d50f0d5448fc66a15ae81fe6172621e64563;hb=74f3c8399c93de554d6885412008a00bf2752640;hp=008d925aa211a1ebbb20ec5c6271d9207d6f724c;hpb=f176ae9c41af71fd4504327a3f1123768b2f29bb;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 008d925..ceb0d50 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; @@ -29,25 +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 { @@ -59,12 +68,25 @@ 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; } +#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; } @@ -88,3 +110,21 @@ div.flash { div.flash ul { margin-bottom: 0; } +span.error-message { + font-weight: bold; + color: #f00; +} +input.currency { + padding-left: 10px; + 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; +}