GroupTabPanel.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* Main GroupTabPanel style */
  2. .x-grouptabpanel {
  3. background-color: #99BBE8;
  4. border: solid 15px #99BBE8;
  5. }
  6. /* End of GroupTabPanel style */
  7. /* Card Layout container */
  8. .x-grouptabcontainer {
  9. background-color: white;
  10. border-top: 1px solid #d9d9d9 !important;
  11. border-bottom: 1px solid #d9d9d9 !important;
  12. border-right: 1px solid #d9d9d9 !important;
  13. }
  14. /* End of Card Layout container */
  15. /* TreePanel overrides */
  16. .x-grouptabbar .x-grouptab {
  17. height: 24px;
  18. line-height: 24px;
  19. }
  20. .x-grouptabbar .x-tree-elbow-line,
  21. .x-grouptabbar .x-tree-elbow-empty {
  22. width: 0;
  23. }
  24. .x-grouptabbar .x-tree-icon {
  25. margin-top: 2px;
  26. }
  27. .x-grouptabbar .x-grouptab-first {
  28. background-image: url('images/tab-collapsed.gif') !important;
  29. background-repeat: no-repeat;
  30. background-position: 0 0;
  31. }
  32. .x-grouptabbar .x-active-tab .x-grid-cell-inner {
  33. text-decoration: underline !important;
  34. }
  35. .x-grouptabbar .x-grid-tree-node-expanded .x-grouptab-first {
  36. background-image: url('images/tab-first.gif') !important;
  37. }
  38. .x-grouptabbar .x-grouptab-last {
  39. background-image: url('images/tab-last.gif') !important;
  40. background-repeat: no-repeat;
  41. }
  42. .x-grouptabbar .x-grouptab-center {
  43. border-left: 1px solid #d9d9d9 !important;
  44. background-image: none;
  45. border-right: 1px solid white;
  46. background-color: #fff !important;
  47. }
  48. .x-grouptabbar .x-grid-row-selected .x-grid-cell {
  49. background-color: transparent !important;
  50. }
  51. .x-grouptabbar .x-grid-row-selected .x-grouptab-center {
  52. background-color: #fff !important;
  53. }
  54. .x-grouptabbar .x-tree-panel .x-grid-cell {
  55. overflow: visible;
  56. }
  57. .x-grouptabbar .x-tree-panel .x-grid-row .x-grid-cell-inner {
  58. margin-left: 7px;
  59. overflow: visible !important;
  60. line-height: 24px;
  61. height: 24px;
  62. }
  63. .x-grouptabbar .x-scroller {
  64. display: none;
  65. }
  66. .x-grouptabbar .x-panel-body {
  67. overflow: visible !important;
  68. background: url('images/border.gif') repeat-y top right;
  69. }
  70. .x-grouptabbar {
  71. top: 0 !important;
  72. margin-top: -1px !important;
  73. }
  74. .x-strict .x-ie7 .x-grouptabbar, .x-strict .x-ie6 .x-grouptabbar {
  75. margin-top: -2px !important;
  76. }
  77. .x-grouptabbar .x-grid-view {
  78. overflow: visible !important;
  79. }
  80. .x-grouptabbar table {
  81. width:150px !important;
  82. }
  83. /* End of TreePanel overrides */