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