poll.css in Drupal 5
.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;
}
File
modules/poll/poll.css
View source
-
- .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;
- }