Mercurial > public > sg101
annotate gpp/polls/static/css/polls.css @ 564:e5d3552d4ad0
The ajax login didn't work from the register page. I think this is because
there are two input boxes with the same ID in this situation. Renamed the
ajax login form's ID's to make them unique.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 13 Feb 2012 19:34:29 -0600 |
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 } |