mollom.css 730 B

1234567891011121314151617181920212223242526272829303132
  1. .mollom-captcha-container span,
  2. #edit-mollom-captcha {
  3. display: block;
  4. }
  5. /* Help themes to properly display Mollom's log messages. */
  6. .dblog-event pre,
  7. #simpletest-result-form table td {
  8. white-space: pre-wrap;
  9. }
  10. /* Allow CAPTCHA rendering to take full form width. */
  11. .form-item-mollom-captcha label[for="edit-mollom-captcha"] {
  12. float: none;
  13. }
  14. /* Accessibilty focus helper for audio CAPTCHA. */
  15. .mollom_captcha_flash_player:focus{
  16. border: yellow 2px solid;
  17. }
  18. /* Refresh CAPTCHA icon */
  19. .mollom-captcha-container {
  20. display: inline-block;
  21. position: relative;
  22. }
  23. .mollom-captcha-container .mollom-refresh-captcha {
  24. position: absolute;
  25. }
  26. .mollom-captcha-container .mollom-captcha-content {
  27. padding-left: 20px;
  28. }