You are here

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

Same filename and directory in other branches
  1. 7 ip2country.css

Styles for ip2country module.

File

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