X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=c55df6c37b6477276078435654f8bd7b9aa6e50b;hb=5a2b93f758a19dc3c354c636903a4944b6aff305;hp=084666c5b6acee1cd4438ab27828cca3af44f492;hpb=c0cc786ed11a60845d1cd2a97c702f7f1d723409;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index 084666c..c55df6c 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -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; +}