drupal/core/modules/poll/poll.theme-rtl.css

13 lines
163 B
CSS

/**
* @file
* Right-to-left specfic theme stylesheet for the Poll module.
*/
.poll .percent {
text-align: left;
}
.poll .vote-form {
text-align: right;
}