showLoading.css 269 B

12345678910111213
  1. .loading-indicator {
  2. height: 80px;
  3. width: 80px;
  4. background: url( '../images/loading.gif' );
  5. background-repeat: no-repeat;
  6. background-position: center center;
  7. }
  8. .loading-indicator-overlay {
  9. background-color: #FFFFFF;
  10. opacity: 0.6;
  11. filter: alpha(opacity = 60);
  12. }