]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
Tags that are associated with any expenditures are automatically pruned
[bluechips.git] / bluechips / public / css / main.css
index c55df6c37b6477276078435654f8bd7b9aa6e50b..acaa339ddf47f5349a9056e9545cb6a9ede40256 100644 (file)
@@ -10,7 +10,7 @@ em {
     font-style: italic;
 }
 a {
-    color: #068600;
+    color: #002286;
 }
 h1.title {
     font-size: 1.5em;
@@ -56,6 +56,15 @@ table.list th {
     text-align: left;
     border-bottom: 1px solid #bbb;
 }
+
+table.list th.amount {
+    text-align: right;
+}
+
+table.list th.share {
+    text-align: right;
+}
+
 table.list td {
     vertical-align: top;
 }
@@ -67,9 +76,14 @@ table.list td.user {
 }
 table.list td.amount {
     width: 90px;
+    text-align: right;
 }
 table.list td.share {
     width: 90px;
+    text-align: right;
+}
+table.list td.editlink {
+    width: 30px;
 }
 #totals {
     margin-bottom: 10px;
@@ -78,7 +92,7 @@ table.list td.share {
     text-align: right;
 }
 #totals th.scope {
-    text-align: left;
+    text-align: right;
     padding: 2px 15px;
 }
 #totals .scope {
@@ -86,6 +100,7 @@ table.list td.share {
 }
 #totals td {
     padding: 2px 15px;
+    text-align: right;
 }
 #balance {
     margin-bottom: 10px;
@@ -93,6 +108,14 @@ table.list td.share {
 #balance th {
     text-align: left;
 }
+
+#balance td.amount {
+    text-align: right;
+}
+#balance th.amount {
+    text-align: right;
+}
+
 td.labelcol {
     text-align: right;
     font-weight: bold;
@@ -116,10 +139,15 @@ span.error-message {
 }
 input.currency {
     padding-left: 10px;
-    background-image: url(/icons/currency-small.png);
+    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;
+}