poll.base.css

Base stylesheet for the Poll module.

File

drupal/core/modules/poll/poll.base.css
View source
  1. /**
  2. * @file
  3. * Base stylesheet for the Poll module.
  4. */
  5. .poll {
  6. overflow: hidden;
  7. }
  8. .poll .bar {
  9. height: 1em;
  10. margin: 1px 0;
  11. background-color: #ddd;
  12. }
  13. .poll .bar .foreground {
  14. background-color: #000;
  15. height: 1em;
  16. float: left; /* LTR */
  17. }