]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
style flash messages more obviously
[bluechips.git] / bluechips / public / css / main.css
index fe58b9995a557556fd3bb69d23cbed3e647345fa..008d925aa211a1ebbb20ec5c6271d9207d6f724c 100644 (file)
@@ -65,6 +65,12 @@ table.list td.amount {
 #totals th {
     text-align: right;
 }
+#balance {
+    margin-bottom: 10px;
+}
+#balance th {
+    text-align: left;
+}
 td.labelcol {
     text-align: right;
     font-weight: bold;
@@ -72,3 +78,13 @@ td.labelcol {
 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;
+}