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.

295 lines
4.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-border-layout-ct {
  8. position: relative;
  9. }
  10. .x-border-panel {
  11. position:absolute;
  12. left:0;
  13. top:0;
  14. }
  15. .x-tool-collapse-south {
  16. background-position:0 -195px;
  17. }
  18. .x-tool-collapse-south-over {
  19. background-position:-15px -195px;
  20. }
  21. .x-tool-collapse-north {
  22. background-position:0 -210px;
  23. }
  24. .x-tool-collapse-north-over {
  25. background-position:-15px -210px;
  26. }
  27. .x-tool-collapse-west {
  28. background-position:0 -180px;
  29. }
  30. .x-tool-collapse-west-over {
  31. background-position:-15px -180px;
  32. }
  33. .x-tool-collapse-east {
  34. background-position:0 -165px;
  35. }
  36. .x-tool-collapse-east-over {
  37. background-position:-15px -165px;
  38. }
  39. .x-tool-expand-south {
  40. background-position:0 -210px;
  41. }
  42. .x-tool-expand-south-over {
  43. background-position:-15px -210px;
  44. }
  45. .x-tool-expand-north {
  46. background-position:0 -195px;
  47. }
  48. .x-tool-expand-north-over {
  49. background-position:-15px -195px;
  50. }
  51. .x-tool-expand-west {
  52. background-position:0 -165px;
  53. }
  54. .x-tool-expand-west-over {
  55. background-position:-15px -165px;
  56. }
  57. .x-tool-expand-east {
  58. background-position:0 -180px;
  59. }
  60. .x-tool-expand-east-over {
  61. background-position:-15px -180px;
  62. }
  63. .x-tool-expand-north, .x-tool-expand-south {
  64. float:right;
  65. margin:3px;
  66. }
  67. .x-tool-expand-east, .x-tool-expand-west {
  68. float:none;
  69. margin:3px auto;
  70. }
  71. .x-accordion-hd .x-tool-toggle {
  72. background-position:0 -255px;
  73. }
  74. .x-accordion-hd .x-tool-toggle-over {
  75. background-position:-15px -255px;
  76. }
  77. .x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  78. background-position:0 -240px;
  79. }
  80. .x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  81. background-position:-15px -240px;
  82. }
  83. .x-accordion-hd {
  84. padding-top:4px;
  85. padding-bottom:3px;
  86. border-top:0 none;
  87. background: transparent repeat-x 0 -9px;
  88. }
  89. .x-layout-collapsed{
  90. position:absolute;
  91. left:-10000px;
  92. top:-10000px;
  93. visibility:hidden;
  94. width:20px;
  95. height:20px;
  96. overflow:hidden;
  97. border:1px solid;
  98. z-index:20;
  99. }
  100. .ext-border-box .x-layout-collapsed{
  101. width:22px;
  102. height:22px;
  103. }
  104. .x-layout-collapsed-over{
  105. cursor:pointer;
  106. }
  107. .x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools{
  108. position:absolute;
  109. top:0;
  110. left:0;
  111. width:20px;
  112. height:20px;
  113. }
  114. .x-layout-split{
  115. position:absolute;
  116. height:5px;
  117. width:5px;
  118. line-height:1px;
  119. font-size:1px;
  120. z-index:3;
  121. background-color:transparent;
  122. }
  123. /* IE6 strict won't drag w/out a color */
  124. .ext-strict .ext-ie6 .x-layout-split{
  125. background-color: #fff !important;
  126. filter: alpha(opacity=1);
  127. }
  128. .x-layout-split-h{
  129. background-image:url(../images/default/s.gif);
  130. background-position: left;
  131. }
  132. .x-layout-split-v{
  133. background-image:url(../images/default/s.gif);
  134. background-position: top;
  135. }
  136. .x-column-layout-ct {
  137. overflow:hidden;
  138. zoom:1;
  139. }
  140. .x-column {
  141. float:left;
  142. padding:0;
  143. margin:0;
  144. overflow:hidden;
  145. zoom:1;
  146. }
  147. .x-column-inner {
  148. overflow:hidden;
  149. zoom:1;
  150. }
  151. /* mini mode */
  152. .x-layout-mini {
  153. position:absolute;
  154. top:0;
  155. left:0;
  156. display:block;
  157. width:5px;
  158. height:35px;
  159. cursor:pointer;
  160. opacity:.5;
  161. -moz-opacity:.5;
  162. filter:alpha(opacity=50);
  163. }
  164. .x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini{
  165. opacity:1;
  166. -moz-opacity:1;
  167. filter:none;
  168. }
  169. .x-layout-split-west .x-layout-mini {
  170. top:48%;
  171. }
  172. .x-layout-split-east .x-layout-mini {
  173. top:48%;
  174. }
  175. .x-layout-split-north .x-layout-mini {
  176. left:48%;
  177. height:5px;
  178. width:35px;
  179. }
  180. .x-layout-split-south .x-layout-mini {
  181. left:48%;
  182. height:5px;
  183. width:35px;
  184. }
  185. .x-layout-cmini-west .x-layout-mini {
  186. top:48%;
  187. }
  188. .x-layout-cmini-east .x-layout-mini {
  189. top:48%;
  190. }
  191. .x-layout-cmini-north .x-layout-mini {
  192. left:48%;
  193. height:5px;
  194. width:35px;
  195. }
  196. .x-layout-cmini-south .x-layout-mini {
  197. left:48%;
  198. height:5px;
  199. width:35px;
  200. }
  201. .x-layout-cmini-west, .x-layout-cmini-east {
  202. border:0 none;
  203. width:5px !important;
  204. padding:0;
  205. background:transparent;
  206. }
  207. .x-layout-cmini-north, .x-layout-cmini-south {
  208. border:0 none;
  209. height:5px !important;
  210. padding:0;
  211. background:transparent;
  212. }
  213. .x-viewport, .x-viewport body {
  214. margin: 0;
  215. padding: 0;
  216. border: 0 none;
  217. overflow: hidden;
  218. height: 100%;
  219. }
  220. .x-abs-layout-item {
  221. position:absolute;
  222. left:0;
  223. top:0;
  224. }
  225. .ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  226. margin:0;
  227. }
  228. .x-box-layout-ct {
  229. overflow:hidden;
  230. zoom:1;
  231. }
  232. .x-box-inner {
  233. overflow:hidden;
  234. zoom:1;
  235. position:relative;
  236. left:0;
  237. top:0;
  238. }
  239. .x-box-item {
  240. position:absolute;
  241. left:0;
  242. top:0;
  243. }