annotate gpp/polls/static/css/polls.css @ 504:b5bd3509e6e6

Made some tweaks to the ajax login javascript. Cleared the inputs on failure so someone won't repeatedly try a bad login. Redirect on lockout so the page will refresh. Set focus on the username box after failure for convenience.
author Brian Neal <bgneal@gmail.com>
date Sat, 03 Dec 2011 16:25:15 +0000
parents 88b2b9cb8c1f
children
rev   line source
bgneal@312 1 .poll-form {
bgneal@312 2 padding-bottom: 1em;
bgneal@312 3 }
bgneal@312 4 .poll-form ul {
bgneal@312 5 list-style: none;
bgneal@312 6 padding-bottom: 0.5em;
bgneal@312 7 }
bgneal@312 8 .poll-form li {
bgneal@312 9 padding: 0.5em 0 0.5em 0.5em;
bgneal@312 10 }
bgneal@312 11 dl.poll-result {
bgneal@312 12 width: 80%;
bgneal@312 13 }