poll.theme-rtl.css

Right-to-left specfic theme stylesheet for the Poll module.

File

drupal/core/modules/poll/poll.theme-rtl.css
View source
  1. /**
  2. * @file
  3. * Right-to-left specfic theme stylesheet for the Poll module.
  4. */
  5. .poll .percent {
  6. text-align: left;
  7. }
  8. .poll .vote-form {
  9. text-align: right;
  10. }