]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
added interface to edit email address
[bluechips.git] / bluechips / public / css / main.css
index 084666c5b6acee1cd4438ab27828cca3af44f492..c55df6c37b6477276078435654f8bd7b9aa6e50b 100644 (file)
@@ -29,7 +29,7 @@ a:visited {
     text-align: center;
 }
 #nav td {
-    padding: 5px 20px;
+    padding: 5px 15px;
 }
 table {
     border-collapse: collapse;
@@ -42,6 +42,9 @@ div.block {
     padding: 0 10px;
     border-bottom: 1px solid #bbb;
 }
+table.form {
+    margin-bottom: 10px;
+}
 table.form th {
     text-align: right;
 }
@@ -117,3 +120,6 @@ input.currency {
     background-repeat: no-repeat;
     background-position: center left;
 }
+span.see-all {
+    font-size: 0.7em;
+}