abp.css 665 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .abp-clickable {
  2. cursor: pointer;
  3. }
  4. .abp-dock-top {
  5. left: 0;
  6. top: 0;
  7. right: 0;
  8. position: absolute;
  9. margin: 0;
  10. }
  11. .abp-dock-right {
  12. right: 0;
  13. top: 0;
  14. bottom: 0;
  15. position: absolute;
  16. margin: 0;
  17. }
  18. .abp-dock-bottom {
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. position: absolute;
  23. margin: 0;
  24. }
  25. .abp-dock-left {
  26. left: 0;
  27. top: 0;
  28. bottom: 0;
  29. position: absolute;
  30. margin: 0;
  31. }
  32. .abp-busy-indicator-small {
  33. width: 36px;
  34. height: 36px;
  35. }
  36. .abp-busy-indicator-small.abp-dock-left,
  37. .abp-busy-indicator-small.abp-dock-right {
  38. height: auto;
  39. }
  40. /*# sourceMappingURL=abp.css.map */