You are here

views_sexy_throbber.css in Views Sexy Throbber 7

div.view div.ajax-progress {
  background: rgba(0,0,0,0.5) !important;
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9998 !important;
}

div.view div.throbber {
  background: url(images/loading.gif) no-repeat scroll 50% 50% #000 !important;
  border-radius: 8px !important;
  height: 64px !important;
  left: 50% !important;
  margin-left: -64px !important;
  margin-top: -64px !important;
  position: fixed !important;
  top: 50% !important;
  width: 64px !important;
  z-index: 9999 !important;
}

File

views_sexy_throbber.css
View source
  1. div.view div.ajax-progress {
  2. background: rgba(0,0,0,0.5) !important;
  3. height: 100% !important;
  4. left: 0 !important;
  5. position: fixed !important;
  6. top: 0 !important;
  7. width: 100% !important;
  8. z-index: 9998 !important;
  9. }
  10. div.view div.throbber {
  11. background: url(images/loading.gif) no-repeat scroll 50% 50% #000 !important;
  12. border-radius: 8px !important;
  13. height: 64px !important;
  14. left: 50% !important;
  15. margin-left: -64px !important;
  16. margin-top: -64px !important;
  17. position: fixed !important;
  18. top: 50% !important;
  19. width: 64px !important;
  20. z-index: 9999 !important;
  21. }