You are here

poll.css in Drupal 6

Same filename and directory in other branches
  1. 5 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; /* LTR */
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right; /* LTR */
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left; /* LTR */
  margin: 0 auto;
  display: table;
}
.poll .vote-form .choices .title {
  font-weight: bold;
}
.node-form #edit-poll-more {
  margin: 0;
}
td.poll-chtext {
  width: 80%;
}
td.poll-chvotes .form-text {
  width: 85%;
}

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; /* LTR */
  10. }
  11. .poll .links {
  12. text-align: center;
  13. }
  14. .poll .percent {
  15. text-align: right; /* LTR */
  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; /* LTR */
  25. margin: 0 auto;
  26. display: table;
  27. }
  28. .poll .vote-form .choices .title {
  29. font-weight: bold;
  30. }
  31. .node-form #edit-poll-more {
  32. margin: 0;
  33. }
  34. td.poll-chtext {
  35. width: 80%;
  36. }
  37. td.poll-chvotes .form-text {
  38. width: 85%;
  39. }