]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
cleaned up status page a bit
[bluechips.git] / bluechips / public / css / main.css
index 3897fe07ef78883ee2ca7ae1efb450494b077b9a..f3440c6f903968dd180d497c7b1047e2fa5debfa 100644 (file)
@@ -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 {
@@ -59,13 +65,58 @@ 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;
+}
+#balance th {
+    text-align: left;
+}
 td.labelcol {
     text-align: right;
     font-weight: bold;
 }
+tr.user-not-involved {
+    color: #aaa;
+}
+div.flash {
+    margin: 10px 0;
+    padding: 0.5em;
+    font-weight: bold;
+    background: #fffa98;
+    border: 1px solid #e6e000;
+}
+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;
+}