Mercurial > public > sg101
annotate gpp/downloads/static/css/downloads.css @ 322:c3d3d7114749
Fix #148; Django now requires AJAX posts to present the CSRF token. Added code suggested by Django docs to shoutbox.js. Since shoutbox.js is on every page, it should cover all cases.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 12 Feb 2011 21:37:17 +0000 |
parents | 88b2b9cb8c1f |
children |
rev | line source |
---|---|
bgneal@312 | 1 #downloads-add td { |
bgneal@312 | 2 padding-bottom: 5px; |
bgneal@312 | 3 } |
bgneal@312 | 4 |
bgneal@312 | 5 #downloads-add fieldset { |
bgneal@312 | 6 margin: 1em 0 1em; |
bgneal@312 | 7 padding: 0.5em; |
bgneal@312 | 8 } |