jquery.common.css 701 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .body-masked select {
  2. visibility: hidden;
  3. }
  4. .mask-msg {
  5. z-index: 50001;
  6. position: absolute;
  7. top: 0;
  8. left: 0;
  9. border: 1px solid #6593cf;
  10. background: #c3daf9 url( images/tb.gif ) repeat-x 0 -16px;
  11. padding: 2px;
  12. }
  13. .mask-msg div {
  14. padding: 5px 10px 5px 25px;
  15. background: #fbfbfb url(images/loading.gif ) no-repeat 5px 5px;
  16. line-height: 16px;
  17. border: 1px solid #a3bad9;
  18. color: #222;
  19. font: normal 11px tahoma, arial, helvetica, sans-serif;
  20. cursor: wait;
  21. }
  22. .mask {
  23. z-index: 50000;
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. -moz-opacity: 0.5;
  28. opacity: .50;
  29. filter: alpha(opacity = 50);
  30. background-color: #FFF;
  31. zoom: 1;
  32. width: 100%;
  33. height: 100%;
  34. }