33 lines
468 B
CSS
33 lines
468 B
CSS
/* $Id$ */
|
|
|
|
.poll .bar {
|
|
height: 1em;
|
|
margin: 1px 0;
|
|
background-color: #ddd;
|
|
}
|
|
.poll .bar .foreground {
|
|
background-color: #000;
|
|
height: 1em;
|
|
float: left;
|
|
}
|
|
.poll .links {
|
|
text-align: center;
|
|
}
|
|
.poll .percent {
|
|
text-align: right;
|
|
}
|
|
.poll .total {
|
|
text-align: center;
|
|
}
|
|
.poll .vote-form {
|
|
text-align: center;
|
|
}
|
|
.poll .vote-form .choices {
|
|
text-align: left;
|
|
margin: 0 auto;
|
|
display: table;
|
|
}
|
|
.node-form .poll-form fieldset {
|
|
display: block;
|
|
}
|