You are here

default.css in Views Sexy Throbber 7.2

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

div.view div.throbber {
  background: url("default.gif") no-repeat scroll 50% 50%;
  background-color: rgb(0,0,0);
  border-radius: 16px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  padding: 10px;
  position: fixed;
  top: 50%;
  width: 32px;
  z-index: 9999;
}

File

css/default.css
View source
  1. div.view div.ajax-progress {
  2. background: rgba(0,0,0,0.3);
  3. -pie-background: rgba(0,0,0,0.3);
  4. height: 100%;
  5. left: 0;
  6. position: fixed;
  7. top: 0;
  8. width: 100%;
  9. z-index: 9998;
  10. }
  11. div.view div.throbber {
  12. background: url("default.gif") no-repeat scroll 50% 50%;
  13. background-color: rgb(0,0,0);
  14. border-radius: 16px;
  15. height: 32px;
  16. left: 50%;
  17. margin-left: -16px;
  18. margin-top: -16px;
  19. padding: 10px;
  20. position: fixed;
  21. top: 50%;
  22. width: 32px;
  23. z-index: 9999;
  24. }