You are here

getlocations_smartip.css in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_smartip/getlocations_smartip.css

getlocations_smartip.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

File

modules/getlocations_smartip/getlocations_smartip.css
View source
  1. /**
  2. * @file
  3. * getlocations_smartip.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. */
  8. .getlocations_smartip_throbber {
  9. background-image: url('/misc/throbber.gif');
  10. background-position: 100% 2px;
  11. background-repeat: repeat-y;
  12. }
  13. .getlocations_smartip_throbber_active {
  14. background-position: 100% -18px;
  15. }
  16. .getlocations_smartip_throbber_inactive {
  17. background-position: 100% 2px;
  18. }