You are here

ip2country.css in IP-based Determination of a Visitor's Country 8

Styles for ip2country module.

File

css/ip2country.css
View source
  1. /**
  2. * @file
  3. * Styles for ip2country module.
  4. */
  5. #dbthrobber.working {
  6. background-image: url(/core/misc/throbber-active.gif);
  7. background-repeat: no-repeat;
  8. /* 20px = half height of throbber */
  9. background-position: 100% -20px; /* LTR */
  10. color: green;
  11. padding: 0 1.5em 0 0; /* LTR */
  12. }
  13. [dir="rtl"] #dbthrobber.working {
  14. background-position: 0 -20px;
  15. padding: 0 0 0 1.5em;
  16. }
  17. #dbthrobber.completed {
  18. color: green;
  19. }
  20. #dbthrobber.message,
  21. #lookup-message.message {
  22. color: red;
  23. }