You are here

poll.css in Drupal 5

Same filename and directory in other branches
  1. 6 modules/poll/poll.css
  2. 7 modules/poll/poll.css
.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
  1. .poll .bar {
  2. height: 1em;
  3. margin: 1px 0;
  4. background-color: #ddd;
  5. }
  6. .poll .bar .foreground {
  7. background-color: #000;
  8. height: 1em;
  9. float: left;
  10. }
  11. .poll .links {
  12. text-align: center;
  13. }
  14. .poll .percent {
  15. text-align: right;
  16. }
  17. .poll .total {
  18. text-align: center;
  19. }
  20. .poll .vote-form {
  21. text-align: center;
  22. }
  23. .poll .vote-form .choices {
  24. text-align: left;
  25. margin: 0 auto;
  26. display: table;
  27. }
  28. .node-form .poll-form fieldset {
  29. display: block;
  30. }