Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
2.5 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-tip{
  8. position: absolute;
  9. top: 0;
  10. left:0;
  11. visibility: hidden;
  12. z-index: 20002;
  13. border:0 none;
  14. }
  15. .x-tip .x-tip-close{
  16. height: 15px;
  17. float:right;
  18. width: 15px;
  19. margin:0 0 2px 2px;
  20. cursor:pointer;
  21. display:none;
  22. }
  23. .x-tip .x-tip-tc {
  24. background: transparent no-repeat 0 -62px;
  25. padding-top:3px;
  26. overflow:hidden;
  27. zoom:1;
  28. }
  29. .x-tip .x-tip-tl {
  30. background: transparent no-repeat 0 0;
  31. padding-left:6px;
  32. overflow:hidden;
  33. zoom:1;
  34. }
  35. .x-tip .x-tip-tr {
  36. background: transparent no-repeat right 0;
  37. padding-right:6px;
  38. overflow:hidden;
  39. zoom:1;
  40. }
  41. .x-tip .x-tip-bc {
  42. background: transparent no-repeat 0 -121px;
  43. height:3px;
  44. overflow:hidden;
  45. }
  46. .x-tip .x-tip-bl {
  47. background: transparent no-repeat 0 -59px;
  48. padding-left:6px;
  49. zoom:1;
  50. }
  51. .x-tip .x-tip-br {
  52. background: transparent no-repeat right -59px;
  53. padding-right:6px;
  54. zoom:1;
  55. }
  56. .x-tip .x-tip-mc {
  57. border:0 none;
  58. }
  59. .x-tip .x-tip-ml {
  60. background: no-repeat 0 -124px;
  61. padding-left:6px;
  62. zoom:1;
  63. }
  64. .x-tip .x-tip-mr {
  65. background: transparent no-repeat right -124px;
  66. padding-right:6px;
  67. zoom:1;
  68. }
  69. .ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
  70. font-size:0;
  71. line-height:0;
  72. }
  73. .ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{
  74. line-height: 1px;
  75. }
  76. .x-tip .x-tip-header-text {
  77. padding:0;
  78. margin:0 0 2px 0;
  79. }
  80. .x-tip .x-tip-body {
  81. margin:0 !important;
  82. line-height:14px;
  83. padding:0;
  84. }
  85. .x-tip .x-tip-body .loading-indicator {
  86. margin:0;
  87. }
  88. .x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
  89. cursor:move;
  90. }
  91. .x-form-invalid-tip .x-tip-tc {
  92. background: repeat-x 0 -12px;
  93. padding-top:6px;
  94. }
  95. .x-form-invalid-tip .x-tip-bc {
  96. background: repeat-x 0 -18px;
  97. height:6px;
  98. }
  99. .x-form-invalid-tip .x-tip-bl {
  100. background: no-repeat 0 -6px;
  101. }
  102. .x-form-invalid-tip .x-tip-br {
  103. background: no-repeat right -6px;
  104. }
  105. .x-form-invalid-tip .x-tip-body {
  106. padding:2px;
  107. }
  108. .x-form-invalid-tip .x-tip-body {
  109. padding-left:24px;
  110. background:transparent no-repeat 2px 2px;
  111. }
  112. .x-tip-anchor {
  113. position: absolute;
  114. width: 9px;
  115. height: 10px;
  116. overflow:hidden;
  117. background: transparent no-repeat 0 0;
  118. zoom:1;
  119. }
  120. .x-tip-anchor-bottom {
  121. background-position: -9px 0;
  122. }
  123. .x-tip-anchor-right {
  124. background-position: -18px 0;
  125. width: 10px;
  126. }
  127. .x-tip-anchor-left {
  128. background-position: -28px 0;
  129. width: 10px;
  130. }