GroupTabPanel.css.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>The source code</title>
  6. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  7. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  8. <style type="text/css">
  9. .highlight { display: block; background-color: #ddd; }
  10. </style>
  11. <script type="text/javascript">
  12. function highlight() {
  13. document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
  14. }
  15. </script>
  16. </head>
  17. <body onload="prettyPrint(); highlight();">
  18. <pre class="prettyprint lang-js">/* Main GroupTabPanel style */
  19. .x-grouptabpanel {
  20. background-color: #4E78B1;
  21. border: solid 15px #4E78B1;
  22. }
  23. /* End of GroupTabPanel style */
  24. /* Card Layout container */
  25. .x-grouptabcontainer {
  26. background-color: white;
  27. border-top: 1px solid #d9d9d9 !important;
  28. border-bottom: 1px solid #d9d9d9 !important;
  29. border-right: 1px solid #d9d9d9 !important;
  30. }
  31. /* End of Card Layout container */
  32. .x-grouptabpanel .x-grouptab .x-grid-cell-inner {
  33. font-family: tahoma, arial, sans-serif;
  34. text-decoration: none!important;
  35. }
  36. .x-grouptabpanel .x-grouptab-first .x-grid-cell-inner {
  37. font-size: 13px;
  38. line-height: 18px;
  39. font-weight: bold;
  40. }
  41. .x-grouptabbar .x-grid-row .x-grid-cell {
  42. background-color: transparent;
  43. padding-left: 6px;
  44. }
  45. .x-grouptabbar .x-grid-cell-inner {
  46. color: #DFE8F6;
  47. }
  48. .x-grouptabpanel .x-active-group .x-grid-cell-inner {
  49. color: #395B8E;
  50. }
  51. .x-grouptabbar .x-grouptab {
  52. line-height: 24px;
  53. background-color: transparent;
  54. font-size: 12px;
  55. position: relative;
  56. padding-left: 6px;
  57. padding-bottom: 2px;
  58. }
  59. .x-grouptabbar .x-grouptab-first {
  60. padding-top: 6px;
  61. }
  62. .x-grouptabbar .x-grouptab-last {
  63. margin-bottom: 3px;
  64. }
  65. .x-grouptabbar .x-active-tab .x-grid-cell-inner {
  66. background-color: #EDEEF0;
  67. }
  68. .x-grouptabbar .x-tree-elbow-line,
  69. .x-grouptabbar .x-tree-elbow-empty {
  70. width: 0;
  71. }
  72. .x-grouptabbar .x-active-group .x-grouptab {
  73. background-color: white;
  74. }
  75. .x-grouptabbar .x-active-group .x-grouptab-first {
  76. border-top: 1px solid #d9d9d9;
  77. }
  78. .x-grouptabbar .x-active-group .x-grouptab-center {
  79. border-left: 1px solid #d9d9d9;
  80. }
  81. .x-grouptabbar .x-active-group .x-grouptab-last {
  82. border-bottom: 1px solid #d9d9d9;
  83. padding-bottom: 3px;
  84. }
  85. .x-grouptabbar .x-active-group .x-grouptab-first,
  86. .x-grouptabbar .x-active-group .x-grouptab-last {
  87. border-left: 1px solid #d9d9d9;
  88. }
  89. /* Tab corners */
  90. .x-grouptabbar .x-grouptabs-corner {
  91. background-image: url('images/x-grouptabs-corners.gif');
  92. display: none;
  93. width: 11px;
  94. height: 11px;
  95. position: absolute;
  96. font-size: 1px;
  97. line-height: 6px;
  98. overflow: hidden;
  99. zoom:1;
  100. }
  101. .x-grouptabbar .x-grouptabs-corner {
  102. display: none;
  103. }
  104. .x-grouptabbar .x-active-group .x-grouptab-first .x-grouptabs-corner-top-left,
  105. .x-grouptabbar .x-active-group .x-grouptab-last .x-grouptabs-corner-bottom-left {
  106. display: block;
  107. }
  108. .x-grouptabbar .x-grouptabs-corner-top-left {
  109. background-position: top left;
  110. left: 0; top: 0;
  111. }
  112. .x-grouptabbar .x-grouptabs-corner-bottom-left {
  113. background-position: bottom left;
  114. left: 0; bottom: 0;
  115. }
  116. .x-grouptabbar .x-grouptabs-corner-top-right {
  117. background-position: top right;
  118. right: 0; top: 0;
  119. }
  120. .x-grouptabbar .x-grouptabs-corner-bottom-right {
  121. background-position: bottom right;
  122. right: 0; bottom: 0;
  123. }
  124. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-left{
  125. bottom: -4px; left: -4px;
  126. }
  127. .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-right{
  128. bottom: -4px; right: -4px;
  129. }
  130. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-left{
  131. top: -4px; left: -4px;
  132. }
  133. .x-grouptabbar .x-active-group .x-grouptabs-corner-top-right{
  134. top: -4px; right: -4px;
  135. }
  136. .x-grouptabbar .x-tree-panel .x-grid-cell {
  137. overflow: visible;
  138. }
  139. .x-grouptabbar .x-panel-body {
  140. background-color: #4E78B1;
  141. }
  142. .x-grouptabbar {
  143. top: 0 !important;
  144. margin-top: -1px !important;
  145. }
  146. .x-strict .x-ie7 .x-grouptabbar, .x-strict .x-ie6 .x-grouptabbar {
  147. margin-top: -2px !important;
  148. }
  149. .x-grouptabbar .x-grouptab .x-tree-icon-parent {
  150. display: none;
  151. }
  152. .x-grouptabbar .x-grouptab .x-tree-elbow,
  153. .x-grouptabbar .x-grouptab .x-tree-elbow-end {
  154. display: none;
  155. }
  156. .x-grouptabbar .x-grouptab .x-tree-expander {
  157. background: transparent url('images/elbow-plus-nl.gif') no-repeat;
  158. }
  159. .x-grouptabbar .x-grid-tree-node-expanded .x-grouptab .x-tree-expander {
  160. background: transparent url('images/elbow-minus-nl.gif') no-repeat;
  161. }</pre>
  162. </body>
  163. </html>