You are here

throbber-general.css in Ajax loader 8

Same filename and directory in other branches
  1. 7 css/throbber-general.css
.ajax-throbber {
  width: 40px;
  height: 40px;
  position: relative;
}

/* Override core throbber */
.ajax-progress.ajax-progress-fullscreen {
  background-color: transparent;
  background-image: none;
  z-index: 11000;
  position: fixed;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

File

css/throbber-general.css
View source
  1. .ajax-throbber {
  2. width: 40px;
  3. height: 40px;
  4. position: relative;
  5. }
  6. /* Override core throbber */
  7. .ajax-progress.ajax-progress-fullscreen {
  8. background-color: transparent;
  9. background-image: none;
  10. z-index: 11000;
  11. position: fixed;
  12. height: 2em;
  13. width: 2em;
  14. overflow: show;
  15. margin: auto;
  16. top: 0;
  17. left: 0;
  18. bottom: 0;
  19. right: 0;
  20. }