1
|
|
2
|
.poll {
|
3
|
overflow: hidden;
|
4
|
}
|
5
|
.poll .bar {
|
6
|
height: 1em;
|
7
|
margin: 1px 0;
|
8
|
background-color: #ddd;
|
9
|
}
|
10
|
.poll .bar .foreground {
|
11
|
background-color: #000;
|
12
|
height: 1em;
|
13
|
float: left;
|
14
|
}
|
15
|
.poll .links {
|
16
|
text-align: center;
|
17
|
}
|
18
|
.poll .percent {
|
19
|
text-align: right;
|
20
|
}
|
21
|
.poll .total {
|
22
|
text-align: center;
|
23
|
}
|
24
|
.poll .vote-form {
|
25
|
text-align: center;
|
26
|
}
|
27
|
.poll .vote-form .choices {
|
28
|
text-align: left;
|
29
|
margin: 0 auto;
|
30
|
display: table;
|
31
|
}
|
32
|
.poll .vote-form .choices .title {
|
33
|
font-weight: bold;
|
34
|
}
|
35
|
.node-form #edit-poll-more {
|
36
|
margin: 0;
|
37
|
}
|
38
|
.node-form #poll-choice-table .form-text {
|
39
|
display: inline;
|
40
|
width: auto;
|
41
|
}
|
42
|
.node-form #poll-choice-table td.choice-flag {
|
43
|
white-space: nowrap;
|
44
|
width: 4em;
|
45
|
}
|
46
|
td.poll-chtext {
|
47
|
width: 80%;
|
48
|
}
|
49
|
td.poll-chvotes .form-text {
|
50
|
width: 85%;
|
51
|
}
|