busy.css 404 B

123456789101112131415161718192021
  1. .nokia-busy-overflow, .nokia-busy-loader, .nokia-busy-text-loader {
  2. position: absolute;
  3. }
  4. .nokia-busy-loader {
  5. height: 108px;
  6. width: 108px;
  7. z-index: 500;
  8. background: url(images/busyindicator.gif) no-repeat 0 0;
  9. }
  10. .nokia-busy-text-loader {
  11. font-size: 18px;
  12. text-align: center;
  13. display: none;
  14. }
  15. .nokia-busy-text-loader > div {
  16. display: table-cell;
  17. vertical-align: middle;
  18. }