2ce8740a951733818407b9738b343210ada4face.svn-base 4.9 KB

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