X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fpublic%2Fcss%2Fmain.css;h=ceb0d50f0d5448fc66a15ae81fe6172621e64563;hb=74f3c8399c93de554d6885412008a00bf2752640;hp=f3440c6f903968dd180d497c7b1047e2fa5debfa;hpb=8b9b5748103994f0896d93d90537811abeb8213c;p=bluechips.git diff --git a/bluechips/public/css/main.css b/bluechips/public/css/main.css index f3440c6..ceb0d50 100644 --- a/bluechips/public/css/main.css +++ b/bluechips/public/css/main.css @@ -10,7 +10,7 @@ em { font-style: italic; } a { - color: #068600; + color: #002286; } h1.title { font-size: 1.5em; @@ -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; } @@ -113,10 +116,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; +}