]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
added a 'My Share' column to lists of expenditures
[bluechips.git] / bluechips / public / css / main.css
index 3897fe07ef78883ee2ca7ae1efb450494b077b9a..2be0d56c61b791ce86c2fdfb9a438651aaf03879 100644 (file)
@@ -59,13 +59,35 @@ 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;
 }
+#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;
+}