Mercurial > defr > drupal > core
annotate modules/poll/poll.css @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | c1f4ac30525a |
children |
rev | line source |
---|---|
webmaster@1 | 1 /* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */ |
webmaster@1 | 2 |
webmaster@1 | 3 .poll .bar { |
webmaster@1 | 4 height: 1em; |
webmaster@1 | 5 margin: 1px 0; |
webmaster@1 | 6 background-color: #ddd; |
webmaster@1 | 7 } |
webmaster@1 | 8 .poll .bar .foreground { |
webmaster@1 | 9 background-color: #000; |
webmaster@1 | 10 height: 1em; |
webmaster@1 | 11 float: left; /* LTR */ |
webmaster@1 | 12 } |
webmaster@1 | 13 .poll .links { |
webmaster@1 | 14 text-align: center; |
webmaster@1 | 15 } |
webmaster@1 | 16 .poll .percent { |
webmaster@1 | 17 text-align: right; /* LTR */ |
webmaster@1 | 18 } |
webmaster@1 | 19 .poll .total { |
webmaster@1 | 20 text-align: center; |
webmaster@1 | 21 } |
webmaster@1 | 22 .poll .vote-form { |
webmaster@1 | 23 text-align: center; |
webmaster@1 | 24 } |
webmaster@1 | 25 .poll .vote-form .choices { |
webmaster@1 | 26 text-align: left; /* LTR */ |
webmaster@1 | 27 margin: 0 auto; |
webmaster@1 | 28 display: table; |
webmaster@1 | 29 } |
webmaster@1 | 30 .poll .vote-form .choices .title { |
webmaster@1 | 31 font-weight: bold; |
webmaster@1 | 32 } |
webmaster@1 | 33 .node-form #edit-poll-more { |
webmaster@1 | 34 margin: 0; |
webmaster@1 | 35 } |
webmaster@1 | 36 td.poll-chtext { |
webmaster@1 | 37 width: 80%; |
webmaster@1 | 38 } |
webmaster@1 | 39 td.poll-chvotes .form-text { |
webmaster@1 | 40 width: 85%; |
webmaster@1 | 41 } |