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.

237 lines
3.7 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-menu {
  8. z-index: 15000;
  9. zoom: 1;
  10. background: repeat-y;
  11. }
  12. .x-menu-floating{
  13. border: 1px solid;
  14. }
  15. .x-menu a {
  16. text-decoration: none !important;
  17. }
  18. .ext-ie .x-menu {
  19. zoom:1;
  20. overflow:hidden;
  21. }
  22. .x-menu-list{
  23. padding: 2px;
  24. background:transparent;
  25. border:0 none;
  26. overflow:hidden;
  27. overflow-y: hidden;
  28. }
  29. .ext-strict .ext-ie .x-menu-list{
  30. position: relative;
  31. }
  32. .x-menu li{
  33. line-height:100%;
  34. }
  35. .x-menu li.x-menu-sep-li{
  36. font-size:1px;
  37. line-height:1px;
  38. }
  39. .x-menu-list-item{
  40. white-space: nowrap;
  41. display:block;
  42. padding:1px;
  43. }
  44. .x-menu-item{
  45. -moz-user-select: none;
  46. -khtml-user-select:none;
  47. -webkit-user-select:ignore;
  48. }
  49. .x-menu-item-arrow{
  50. background:transparent no-repeat right;
  51. }
  52. .x-menu-sep {
  53. display:block;
  54. font-size:1px;
  55. line-height:1px;
  56. margin: 2px 3px;
  57. border-bottom:1px solid;
  58. overflow:hidden;
  59. }
  60. .x-menu-focus {
  61. position:absolute;
  62. left:-1px;
  63. top:-1px;
  64. width:1px;
  65. height:1px;
  66. line-height:1px;
  67. font-size:1px;
  68. -moz-outline:0 none;
  69. outline:0 none;
  70. -moz-user-select: none;
  71. -khtml-user-select:none;
  72. -webkit-user-select:ignore;
  73. overflow:hidden;
  74. display:block;
  75. }
  76. a.x-menu-item {
  77. cursor: pointer;
  78. display: block;
  79. line-height: 16px;
  80. outline-color: -moz-use-text-color;
  81. outline-style: none;
  82. outline-width: 0;
  83. padding: 3px 21px 3px 27px;
  84. position: relative;
  85. text-decoration: none;
  86. white-space: nowrap;
  87. }
  88. .x-menu-item-active {
  89. background-repeat: repeat-x;
  90. background-position: left bottom;
  91. border-style:solid;
  92. border-width: 1px 0;
  93. margin:0 1px;
  94. padding: 0;
  95. }
  96. .x-menu-item-active a.x-menu-item {
  97. border-style:solid;
  98. border-width:0 1px;
  99. margin:0 -1px;
  100. }
  101. .x-menu-item-icon {
  102. border: 0 none;
  103. height: 16px;
  104. padding: 0;
  105. vertical-align: top;
  106. width: 16px;
  107. position: absolute;
  108. left: 3px;
  109. top: 3px;
  110. margin: 0;
  111. background-position:center;
  112. }
  113. .ext-ie .x-menu-item-icon {
  114. left: -24px;
  115. }
  116. .ext-strict .x-menu-item-icon {
  117. left: 3px;
  118. }
  119. .ext-ie6 .x-menu-item-icon {
  120. left: -24px;
  121. }
  122. .ext-ie .x-menu-item-icon {
  123. vertical-align: middle;
  124. }
  125. .x-menu-check-item .x-menu-item-icon{
  126. background: transparent no-repeat center;
  127. }
  128. .x-menu-group-item .x-menu-item-icon{
  129. background: transparent;
  130. }
  131. .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
  132. background: transparent no-repeat center;
  133. }
  134. .x-date-menu .x-menu-list{
  135. padding: 0;
  136. }
  137. .x-menu-date-item{
  138. padding:0;
  139. }
  140. .x-menu .x-color-palette, .x-menu .x-date-picker{
  141. margin-left: 26px;
  142. margin-right:4px;
  143. }
  144. .x-menu .x-date-picker{
  145. border:1px solid;
  146. margin-top:2px;
  147. margin-bottom:2px;
  148. }
  149. .x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
  150. margin: 0;
  151. border: 0 none;
  152. }
  153. .x-date-menu {
  154. padding:0 !important;
  155. }
  156. /*
  157. * fixes separator visibility problem in IE 6
  158. */
  159. .ext-strict .ext-ie6 .x-menu-sep-li {
  160. padding: 3px 4px;
  161. }
  162. .ext-strict .ext-ie6 .x-menu-sep {
  163. margin: 0;
  164. height: 1px;
  165. }
  166. /*
  167. * Ugly mess to remove the white border under the picker
  168. */
  169. .ext-ie .x-date-menu{
  170. height: 199px;
  171. }
  172. .ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
  173. height: 197px;
  174. }
  175. .ext-strict .ext-ie7 .x-date-menu{
  176. height: 195px;
  177. }
  178. .ext-strict .ext-ie8 .x-date-menu{
  179. height: auto;
  180. }
  181. .x-cycle-menu .x-menu-item-checked {
  182. border:1px dotted !important;
  183. padding:0;
  184. }
  185. .x-menu .x-menu-scroller {
  186. width: 100%;
  187. background-repeat:no-repeat;
  188. background-position:center;
  189. height:8px;
  190. line-height: 8px;
  191. cursor:pointer;
  192. margin: 0;
  193. padding: 0;
  194. }
  195. .x-menu .x-menu-scroller-active{
  196. height: 6px;
  197. line-height: 6px;
  198. }
  199. .x-menu-list-item-indent{
  200. padding-left: 27px;
  201. }