equal
deleted
inserted
replaced
|
1 /* $Id: poll.css,v 1.6 2008/01/22 07:47:57 goba Exp $ */ |
|
2 |
|
3 .poll .bar { |
|
4 height: 1em; |
|
5 margin: 1px 0; |
|
6 background-color: #ddd; |
|
7 } |
|
8 .poll .bar .foreground { |
|
9 background-color: #000; |
|
10 height: 1em; |
|
11 float: left; /* LTR */ |
|
12 } |
|
13 .poll .links { |
|
14 text-align: center; |
|
15 } |
|
16 .poll .percent { |
|
17 text-align: right; /* LTR */ |
|
18 } |
|
19 .poll .total { |
|
20 text-align: center; |
|
21 } |
|
22 .poll .vote-form { |
|
23 text-align: center; |
|
24 } |
|
25 .poll .vote-form .choices { |
|
26 text-align: left; /* LTR */ |
|
27 margin: 0 auto; |
|
28 display: table; |
|
29 } |
|
30 .poll .vote-form .choices .title { |
|
31 font-weight: bold; |
|
32 } |
|
33 .node-form #edit-poll-more { |
|
34 margin: 0; |
|
35 } |
|
36 td.poll-chtext { |
|
37 width: 80%; |
|
38 } |
|
39 td.poll-chvotes .form-text { |
|
40 width: 85%; |
|
41 } |