e4606ba9323e154c00d9294c9f25fe751bfd973d.svn-base 287 B

12345678910111213
  1. .loading-indicator {
  2. height: 120px;
  3. width: 120px;
  4. background: url( '/nwyj/scripts/showLoading/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. }