poll.admin.css

Admin stylesheet for the Poll module.

File

drupal/core/modules/poll/poll.admin.css
View source
  1. /**
  2. * @file
  3. * Admin stylesheet for the Poll module.
  4. */
  5. .node-form #edit-poll-more {
  6. margin: 0;
  7. }
  8. .node-form #poll-choice-table .form-text {
  9. display: inline;
  10. width: auto;
  11. }
  12. .node-form #poll-choice-table td.choice-flag {
  13. white-space: nowrap;
  14. width: 4em;
  15. }