panel.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. /*
  2. This file is part of Ext JS 3.4
  3. Copyright (c) 2011-2013 Sencha Inc
  4. Contact: http://www.sencha.com/contact
  5. GNU General Public License Usage
  6. This file may be used under the terms of the GNU General Public License version 3.0 as
  7. published by the Free Software Foundation and appearing in the file LICENSE included in the
  8. packaging of this file.
  9. Please review the following information to ensure the GNU General Public License version 3.0
  10. requirements will be met: http://www.gnu.org/copyleft/gpl.html.
  11. If you are unsure which license is appropriate for your use, please contact the sales department
  12. at http://www.sencha.com/contact.
  13. Build date: 2013-04-03 15:07:25
  14. */
  15. .x-panel {
  16. border-style: solid;
  17. border-width:0;
  18. }
  19. .x-panel-header {
  20. overflow:hidden;
  21. zoom:1;
  22. padding:5px 3px 4px 5px;
  23. border:1px solid;
  24. line-height: 15px;
  25. background: transparent repeat-x 0 -1px;
  26. }
  27. .x-panel-body {
  28. border:1px solid;
  29. border-top:0 none;
  30. overflow:hidden;
  31. position: relative; /* added for item scroll positioning */
  32. }
  33. .x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  34. border:1px solid;
  35. border-top:0 none;
  36. overflow:hidden;
  37. padding:2px;
  38. }
  39. .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  40. border-top:1px solid;
  41. border-bottom: 0 none;
  42. }
  43. .x-panel-body-noheader, .x-panel-mc .x-panel-body {
  44. border-top:1px solid;
  45. }
  46. .x-panel-header {
  47. overflow:hidden;
  48. zoom:1;
  49. }
  50. .x-panel-tl .x-panel-header {
  51. padding:5px 0 4px 0;
  52. border:0 none;
  53. background:transparent no-repeat;
  54. }
  55. .x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  56. padding-left:20px !important;
  57. background-repeat:no-repeat;
  58. background-position:0 4px;
  59. zoom:1;
  60. }
  61. .x-panel-inline-icon {
  62. width:16px;
  63. height:16px;
  64. background-repeat:no-repeat;
  65. background-position:0 0;
  66. vertical-align:middle;
  67. margin-right:4px;
  68. margin-top:-1px;
  69. margin-bottom:-1px;
  70. }
  71. .x-panel-tc {
  72. background: transparent repeat-x 0 0;
  73. overflow:hidden;
  74. }
  75. /* fix ie7 strict mode bug */
  76. .ext-strict .ext-ie7 .x-panel-tc {
  77. overflow: visible;
  78. }
  79. .x-panel-tl {
  80. background: transparent no-repeat 0 0;
  81. padding-left:6px;
  82. zoom:1;
  83. border-bottom:1px solid;
  84. }
  85. .x-panel-tr {
  86. background: transparent no-repeat right 0;
  87. zoom:1;
  88. padding-right:6px;
  89. }
  90. .x-panel-bc {
  91. background: transparent repeat-x 0 bottom;
  92. zoom:1;
  93. }
  94. .x-panel-bc .x-panel-footer {
  95. zoom:1;
  96. }
  97. .x-panel-bl {
  98. background: transparent no-repeat 0 bottom;
  99. padding-left:6px;
  100. zoom:1;
  101. }
  102. .x-panel-br {
  103. background: transparent no-repeat right bottom;
  104. padding-right:6px;
  105. zoom:1;
  106. }
  107. .x-panel-mc {
  108. border:0 none;
  109. padding:0;
  110. margin:0;
  111. padding-top:6px;
  112. }
  113. .x-panel-mc .x-panel-body {
  114. background-color:transparent;
  115. border: 0 none;
  116. }
  117. .x-panel-ml {
  118. background: repeat-y 0 0;
  119. padding-left:6px;
  120. zoom:1;
  121. }
  122. .x-panel-mr {
  123. background: transparent repeat-y right 0;
  124. padding-right:6px;
  125. zoom:1;
  126. }
  127. .x-panel-bc .x-panel-footer {
  128. padding-bottom:6px;
  129. }
  130. .x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  131. height:6px;
  132. font-size:0;
  133. line-height:0;
  134. }
  135. .x-panel-bwrap {
  136. overflow:hidden;
  137. zoom:1;
  138. left:0;
  139. top:0;
  140. }
  141. .x-panel-body {
  142. overflow:hidden;
  143. zoom:1;
  144. }
  145. .x-panel-collapsed .x-resizable-handle{
  146. display:none;
  147. }
  148. .ext-gecko .x-panel-animated div {
  149. overflow:hidden !important;
  150. }
  151. /* Plain */
  152. .x-plain-body {
  153. overflow:hidden;
  154. }
  155. .x-plain-bbar .x-toolbar {
  156. overflow:hidden;
  157. padding:2px;
  158. }
  159. .x-plain-tbar .x-toolbar {
  160. overflow:hidden;
  161. padding:2px;
  162. }
  163. .x-plain-bwrap {
  164. overflow:hidden;
  165. zoom:1;
  166. }
  167. .x-plain {
  168. overflow:hidden;
  169. }
  170. /* Tools */
  171. .x-tool {
  172. overflow:hidden;
  173. width:15px;
  174. height:15px;
  175. float:right;
  176. cursor:pointer;
  177. background:transparent no-repeat;
  178. margin-left:2px;
  179. }
  180. /* expand / collapse tools */
  181. .x-tool-toggle {
  182. background-position:0 -60px;
  183. }
  184. .x-tool-toggle-over {
  185. background-position:-15px -60px;
  186. }
  187. .x-panel-collapsed .x-tool-toggle {
  188. background-position:0 -75px;
  189. }
  190. .x-panel-collapsed .x-tool-toggle-over {
  191. background-position:-15px -75px;
  192. }
  193. .x-tool-close {
  194. background-position:0 -0;
  195. }
  196. .x-tool-close-over {
  197. background-position:-15px 0;
  198. }
  199. .x-tool-minimize {
  200. background-position:0 -15px;
  201. }
  202. .x-tool-minimize-over {
  203. background-position:-15px -15px;
  204. }
  205. .x-tool-maximize {
  206. background-position:0 -30px;
  207. }
  208. .x-tool-maximize-over {
  209. background-position:-15px -30px;
  210. }
  211. .x-tool-restore {
  212. background-position:0 -45px;
  213. }
  214. .x-tool-restore-over {
  215. background-position:-15px -45px;
  216. }
  217. .x-tool-gear {
  218. background-position:0 -90px;
  219. }
  220. .x-tool-gear-over {
  221. background-position:-15px -90px;
  222. }
  223. .x-tool-prev {
  224. background-position:0 -105px;
  225. }
  226. .x-tool-prev-over {
  227. background-position:-15px -105px;
  228. }
  229. .x-tool-next {
  230. background-position:0 -120px;
  231. }
  232. .x-tool-next-over {
  233. background-position:-15px -120px;
  234. }
  235. .x-tool-pin {
  236. background-position:0 -135px;
  237. }
  238. .x-tool-pin-over {
  239. background-position:-15px -135px;
  240. }
  241. .x-tool-unpin {
  242. background-position:0 -150px;
  243. }
  244. .x-tool-unpin-over {
  245. background-position:-15px -150px;
  246. }
  247. .x-tool-right {
  248. background-position:0 -165px;
  249. }
  250. .x-tool-right-over {
  251. background-position:-15px -165px;
  252. }
  253. .x-tool-left {
  254. background-position:0 -180px;
  255. }
  256. .x-tool-left-over {
  257. background-position:-15px -180px;
  258. }
  259. .x-tool-down {
  260. background-position:0 -195px;
  261. }
  262. .x-tool-down-over {
  263. background-position:-15px -195px;
  264. }
  265. .x-tool-up {
  266. background-position:0 -210px;
  267. }
  268. .x-tool-up-over {
  269. background-position:-15px -210px;
  270. }
  271. .x-tool-refresh {
  272. background-position:0 -225px;
  273. }
  274. .x-tool-refresh-over {
  275. background-position:-15px -225px;
  276. }
  277. .x-tool-plus {
  278. background-position:0 -240px;
  279. }
  280. .x-tool-plus-over {
  281. background-position:-15px -240px;
  282. }
  283. .x-tool-minus {
  284. background-position:0 -255px;
  285. }
  286. .x-tool-minus-over {
  287. background-position:-15px -255px;
  288. }
  289. .x-tool-search {
  290. background-position:0 -270px;
  291. }
  292. .x-tool-search-over {
  293. background-position:-15px -270px;
  294. }
  295. .x-tool-save {
  296. background-position:0 -285px;
  297. }
  298. .x-tool-save-over {
  299. background-position:-15px -285px;
  300. }
  301. .x-tool-help {
  302. background-position:0 -300px;
  303. }
  304. .x-tool-help-over {
  305. background-position:-15px -300px;
  306. }
  307. .x-tool-print {
  308. background-position:0 -315px;
  309. }
  310. .x-tool-print-over {
  311. background-position:-15px -315px;
  312. }
  313. .x-tool-expand {
  314. background-position:0 -330px;
  315. }
  316. .x-tool-expand-over {
  317. background-position:-15px -330px;
  318. }
  319. .x-tool-collapse {
  320. background-position:0 -345px;
  321. }
  322. .x-tool-collapse-over {
  323. background-position:-15px -345px;
  324. }
  325. .x-tool-resize {
  326. background-position:0 -360px;
  327. }
  328. .x-tool-resize-over {
  329. background-position:-15px -360px;
  330. }
  331. .x-tool-move {
  332. background-position:0 -375px;
  333. }
  334. .x-tool-move-over {
  335. background-position:-15px -375px;
  336. }
  337. /* Ghosting */
  338. .x-panel-ghost {
  339. z-index:12000;
  340. overflow:hidden;
  341. position:absolute;
  342. left:0;top:0;
  343. opacity:.65;
  344. -moz-opacity:.65;
  345. filter:alpha(opacity=65);
  346. }
  347. .x-panel-ghost ul {
  348. margin:0;
  349. padding:0;
  350. overflow:hidden;
  351. font-size:0;
  352. line-height:0;
  353. border:1px solid;
  354. border-top:0 none;
  355. display:block;
  356. }
  357. .x-panel-ghost * {
  358. cursor:move !important;
  359. }
  360. .x-panel-dd-spacer {
  361. border:2px dashed;
  362. }
  363. /* Buttons */
  364. .x-panel-btns {
  365. padding:5px;
  366. overflow:hidden;
  367. }
  368. .x-panel-btns td.x-toolbar-cell{
  369. padding:3px;
  370. }
  371. .x-panel-btns .x-btn-focus .x-btn-left{
  372. background-position:0 -147px;
  373. }
  374. .x-panel-btns .x-btn-focus .x-btn-right{
  375. background-position:0 -168px;
  376. }
  377. .x-panel-btns .x-btn-focus .x-btn-center{
  378. background-position:0 -189px;
  379. }
  380. .x-panel-btns .x-btn-over .x-btn-left{
  381. background-position:0 -63px;
  382. }
  383. .x-panel-btns .x-btn-over .x-btn-right{
  384. background-position:0 -84px;
  385. }
  386. .x-panel-btns .x-btn-over .x-btn-center{
  387. background-position:0 -105px;
  388. }
  389. .x-panel-btns .x-btn-click .x-btn-center{
  390. background-position:0 -126px;
  391. }
  392. .x-panel-btns .x-btn-click .x-btn-right{
  393. background-position:0 -84px;
  394. }
  395. .x-panel-btns .x-btn-click .x-btn-left{
  396. background-position:0 -63px;
  397. }
  398. .x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
  399. white-space: nowrap;
  400. }