]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
We have pie charts.
[bluechips.git] / bluechips / public / css / main.css
index 63b82aaf324333c558dd14aa96978e0fd5e07c2d..a87782b8017fdec6ef8b4a95317acfbe4a077f39 100644 (file)
@@ -82,6 +82,15 @@ table.list td.share {
     width: 90px;
     text-align: right;
 }
+table.list td.editlink {
+    width: 30px;
+}
+table.list td.total {
+   border-top: 1px solid #bbb;
+   text-align: right;
+   font-weight: bold;
+}
+
 #totals {
     margin-bottom: 10px;
 }
@@ -148,3 +157,7 @@ span.see-all {
     font-weight: bold;
     border-bottom: 1px solid #bbb;
 }
+
+div.pie {
+    float: right;
+}