You are here

ajaxblocks.css in Ajax Blocks 6

Same filename and directory in other branches
  1. 7 ajaxblocks.css
.ajaxblocks-wrapper-1 {
  background: url(images/loader-1.gif) center center no-repeat;
  min-height: 16px;
}

.ajaxblocks-wrapper-2 {
  background: url(images/loader-2.gif) center center no-repeat;
  min-height: 16px;
}

.ajaxblocks-wrapper-3 {
  background: url(images/loader-3.gif) center center no-repeat;
  min-height: 32px;
}

.ajaxblocks-wrapper-4 {
  background: url(images/loader-4.gif) center center no-repeat;
  min-height: 16px;
}

.ajaxblocks-wrapper-5 {
  background: url(images/loader-5.gif) center center no-repeat;
  min-height: 32px;
}

.ajaxblocks-wrapper-6 {
  background: url(images/loader-6.gif) center center no-repeat;
  min-height: 16px;
}

.ajaxblocks-wrapper-7 {
  background: url(images/loader-7.gif) center center no-repeat;
  min-height: 24px;
}

.ajaxblocks-wrapper-8 {
  background: url(images/loader-8.gif) center center no-repeat;
  min-height: 11px;
}

File

ajaxblocks.css
View source
  1. .ajaxblocks-wrapper-1 {
  2. background: url(images/loader-1.gif) center center no-repeat;
  3. min-height: 16px;
  4. }
  5. .ajaxblocks-wrapper-2 {
  6. background: url(images/loader-2.gif) center center no-repeat;
  7. min-height: 16px;
  8. }
  9. .ajaxblocks-wrapper-3 {
  10. background: url(images/loader-3.gif) center center no-repeat;
  11. min-height: 32px;
  12. }
  13. .ajaxblocks-wrapper-4 {
  14. background: url(images/loader-4.gif) center center no-repeat;
  15. min-height: 16px;
  16. }
  17. .ajaxblocks-wrapper-5 {
  18. background: url(images/loader-5.gif) center center no-repeat;
  19. min-height: 32px;
  20. }
  21. .ajaxblocks-wrapper-6 {
  22. background: url(images/loader-6.gif) center center no-repeat;
  23. min-height: 16px;
  24. }
  25. .ajaxblocks-wrapper-7 {
  26. background: url(images/loader-7.gif) center center no-repeat;
  27. min-height: 24px;
  28. }
  29. .ajaxblocks-wrapper-8 {
  30. background: url(images/loader-8.gif) center center no-repeat;
  31. min-height: 11px;
  32. }