GroupTabPanel.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* Main GroupTabPanel style */
  2. .x-grouptabpanel {
  3. background-color: #4E78B1;
  4. border: solid 15px #4E78B1;
  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. .x-grouptabpanel .x-grouptab .x-grid-cell-inner {
  16. font-family: tahoma, arial, sans-serif;
  17. text-decoration: none!important;
  18. }
  19. .x-grouptabpanel .x-grouptab-first .x-grid-cell-inner {
  20. font-size: 13px;
  21. line-height: 18px;
  22. font-weight: bold;
  23. }
  24. .x-grouptabbar .x-grid-row .x-grid-cell {
  25. background-color: transparent;
  26. padding-left: 6px;
  27. }
  28. .x-grouptabbar .x-grid-cell-inner {
  29. color: #DFE8F6;
  30. }
  31. .x-grouptabpanel .x-active-group .x-grid-cell-inner {
  32. color: #395B8E;
  33. }
  34. .x-grouptabbar .x-grouptab {
  35. line-height: 24px;
  36. background-color: transparent;
  37. font-size: 12px;
  38. position: relative;
  39. padding-left: 6px;
  40. padding-bottom: 2px;
  41. }
  42. .x-grouptabbar .x-grouptab-first {
  43. padding-top: 6px;
  44. }
  45. .x-grouptabbar .x-grouptab-last {
  46. margin-bottom: 3px;
  47. }
  48. .x-grouptabbar .x-active-tab .x-grid-cell-inner {
  49. background-color: #EDEEF0;
  50. }
  51. .x-grouptabbar .x-tree-elbow-line,
  52. .x-grouptabbar .x-tree-elbow-empty {
  53. width: 0;
  54. }
  55. .x-grouptabbar .x-active-group .x-grouptab {
  56. background-color: white;
  57. }
  58. .x-grouptabbar .x-active-group .x-grouptab-first {
  59. border-top: 1px solid #d9d9d9;
  60. }
  61. .x-grouptabbar .x-active-group .x-grouptab-center {
  62. border-left: 1px solid #d9d9d9;
  63. }
  64. .x-grouptabbar .x-active-group .x-grouptab-last {
  65. border-bottom: 1px solid #d9d9d9;
  66. padding-bottom: 3px;
  67. }
  68. .x-grouptabbar .x-active-group .x-grouptab-first,
  69. .x-grouptabbar .x-active-group .x-grouptab-last {
  70. border-left: 1px solid #d9d9d9;
  71. }
  72. /* Tab corners */
  73. .x-grouptabbar .x-grouptabs-corner {
  74. background-image: url('images/x-grouptabs-corners.gif');
  75. display: none;
  76. width: 11px;
  77. height: 11px;
  78. position: absolute;
  79. font-size: 1px;
  80. line-height: 6px;
  81. overflow: hidden;
  82. zoom:1;
  83. }
  84. .x-grouptabbar .x-grouptabs-corner {
  85. display: none;
  86. }
  87. .x-grouptabbar .x-active-group .x-grouptab-first .x-grouptabs-corner-top-left,
  88. .x-grouptabbar .x-active-group .x-grouptab-last .x-grouptabs-corner-bottom-left {
  89. display: block;
  90. }
  91. .x-grouptabbar .x-grouptabs-corner-top-left {
  92. background-position: top left;
  93. left: 0; top: 0;
  94. }
  95. .x-grouptabbar .x-grouptabs-corner-bottom-left {
  96. background-position: bottom left;
  97. left: 0; bottom: 0;
  98. }
  99. .x-grouptabbar .x-grouptabs-corner-top-right {
  100. background-position: top right;
  101. right: 0; top: 0;
  102. }
  103. .x-grouptabbar .x-grouptabs-corner-bottom-right {
  104. background-position: bottom right;
  105. right: 0; bottom: 0;
  106. }
  107. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-left{
  108. bottom: -4px; left: -4px;
  109. }
  110. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-right{
  111. bottom: -4px; right: -4px;
  112. }
  113. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-left{
  114. top: -4px; left: -4px;
  115. }
  116. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-right{
  117. top: -4px; right: -4px;
  118. }
  119. .x-grouptabbar .x-tree-panel .x-grid-cell {
  120. overflow: visible;
  121. }
  122. .x-grouptabbar .x-panel-body {
  123. background-color: #4E78B1;
  124. }
  125. .x-grouptabbar {
  126. top: 0 !important;
  127. margin-top: -1px !important;
  128. }
  129. .x-strict .x-ie7 .x-grouptabbar, .x-strict .x-ie6 .x-grouptabbar {
  130. margin-top: -2px !important;
  131. }
  132. .x-grouptabbar .x-grouptab .x-tree-icon-parent {
  133. display: none;
  134. }
  135. .x-grouptabbar .x-grouptab .x-tree-elbow,
  136. .x-grouptabbar .x-grouptab .x-tree-elbow-end {
  137. display: none;
  138. }
  139. .x-grouptabbar .x-grouptab .x-tree-expander {
  140. background: transparent url('images/elbow-plus-nl.gif') no-repeat;
  141. }
  142. .x-grouptabbar .x-grid-tree-node-expanded .x-grouptab .x-tree-expander {
  143. background: transparent url('images/elbow-minus-nl.gif') no-repeat;
  144. }