poll.theme.css

Theme stylesheet for the Poll module.

File

drupal/core/modules/poll/poll.theme.css
View source
  1. /**
  2. * @file
  3. * Theme stylesheet for the Poll module.
  4. */
  5. .poll dl,
  6. .poll dd {
  7. margin: 0;
  8. }
  9. .poll .links {
  10. text-align: center;
  11. }
  12. .poll .percent {
  13. text-align: right; /* LTR */
  14. }
  15. .poll .total {
  16. text-align: center;
  17. }
  18. .poll .vote-form {
  19. text-align: center;
  20. }
  21. .poll .vote-form {
  22. text-align: left; /* LTR */
  23. }
  24. .poll .vote-form .poll-title {
  25. font-weight: bold;
  26. }
  27. td.poll-chtext {
  28. width: 80%;
  29. }
  30. td.poll-chvotes .form-text {
  31. width: 85%;
  32. }