X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=084666c5b6acee1cd4438ab27828cca3af44f492;hb=c0cc786ed11a60845d1cd2a97c702f7f1d723409;hp=2be0d56c61b791ce86c2fdfb9a438651aaf03879;hpb=ed8863d32a4d626a02bf1c5c930253003068ea3f;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 2be0d56..084666c 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -31,23 +31,29 @@ a:visited { #nav td { padding: 5px 20px; } +table { + border-collapse: collapse; +} +th, td { + padding: 2px 5px; +} div.block { margin: 10px 0; padding: 0 10px; border-bottom: 1px solid #bbb; } +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 { @@ -68,6 +74,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; } @@ -91,3 +107,13 @@ 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; +}