You are here

lazy-pane.css in Lazy Pane 7

.lazy-pane-placeholder {
  text-align: center;
}

.lazy-pane-placeholder .lazy-pane-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 20px;
  background: transparent url('../images/loading.gif') no-repeat center center;
}

File

css/lazy-pane.css
View source
  1. .lazy-pane-placeholder {
  2. text-align: center;
  3. }
  4. .lazy-pane-placeholder .lazy-pane-spinner {
  5. display: inline-block;
  6. width: 24px;
  7. height: 24px;
  8. padding: 20px;
  9. background: transparent url('../images/loading.gif') no-repeat center center;
  10. }