poll.css 259 B

123456789101112131415161718192021
  1. /* Poll specific styles */
  2. .poll-block {
  3. float: left;
  4. height: 16px;
  5. background: #8aa;
  6. margin-right: 8px;
  7. }
  8. .poll-winner {
  9. background: #4af;
  10. }
  11. .notice div.poll-content {
  12. opacity: 1;
  13. }
  14. #poll-response-submit {
  15. min-width: 100px;
  16. }