123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- /* Main GroupTabPanel style */
- .x-grouptabpanel {
- background-color: #4E78B1;
- border: solid 15px #4E78B1;
- }
- /* 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 */
- .x-grouptabpanel .x-grouptab .x-grid-cell-inner {
- font-family: tahoma, arial, sans-serif;
- text-decoration: none!important;
- }
- .x-grouptabpanel .x-grouptab-first .x-grid-cell-inner {
- font-size: 13px;
- line-height: 18px;
- font-weight: bold;
- }
- .x-grouptabbar .x-grid-row .x-grid-cell {
- background-color: transparent;
- padding-left: 6px;
- }
- .x-grouptabbar .x-grid-cell-inner {
- color: #DFE8F6;
- }
- .x-grouptabpanel .x-active-group .x-grid-cell-inner {
- color: #395B8E;
- }
- .x-grouptabbar .x-grouptab {
- line-height: 24px;
- background-color: transparent;
- font-size: 12px;
- position: relative;
- padding-left: 6px;
- padding-bottom: 2px;
- }
- .x-grouptabbar .x-grouptab-first {
- padding-top: 6px;
- }
- .x-grouptabbar .x-grouptab-last {
- margin-bottom: 3px;
- }
- .x-grouptabbar .x-active-tab .x-grid-cell-inner {
- background-color: #EDEEF0;
- }
- .x-grouptabbar .x-tree-elbow-line,
- .x-grouptabbar .x-tree-elbow-empty {
- width: 0;
- }
- .x-grouptabbar .x-active-group .x-grouptab {
- background-color: white;
- }
- .x-grouptabbar .x-active-group .x-grouptab-first {
- border-top: 1px solid #d9d9d9;
- }
- .x-grouptabbar .x-active-group .x-grouptab-center {
- border-left: 1px solid #d9d9d9;
- }
- .x-grouptabbar .x-active-group .x-grouptab-last {
- border-bottom: 1px solid #d9d9d9;
- padding-bottom: 3px;
- }
- .x-grouptabbar .x-active-group .x-grouptab-first,
- .x-grouptabbar .x-active-group .x-grouptab-last {
- border-left: 1px solid #d9d9d9;
- }
- /* Tab corners */
- .x-grouptabbar .x-grouptabs-corner {
- background-image: url('images/x-grouptabs-corners.gif');
- display: none;
- width: 11px;
- height: 11px;
- position: absolute;
- font-size: 1px;
- line-height: 6px;
- overflow: hidden;
- zoom:1;
- }
- .x-grouptabbar .x-grouptabs-corner {
- display: none;
- }
- .x-grouptabbar .x-active-group .x-grouptab-first .x-grouptabs-corner-top-left,
- .x-grouptabbar .x-active-group .x-grouptab-last .x-grouptabs-corner-bottom-left {
- display: block;
- }
- .x-grouptabbar .x-grouptabs-corner-top-left {
- background-position: top left;
- left: 0; top: 0;
- }
- .x-grouptabbar .x-grouptabs-corner-bottom-left {
- background-position: bottom left;
- left: 0; bottom: 0;
- }
- .x-grouptabbar .x-grouptabs-corner-top-right {
- background-position: top right;
- right: 0; top: 0;
- }
- .x-grouptabbar .x-grouptabs-corner-bottom-right {
- background-position: bottom right;
- right: 0; bottom: 0;
- }
- .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-left{
- bottom: -4px; left: -4px;
- }
- .x-grouptabbar .x-active-group .x-grouptabs-corner-bottom-right{
- bottom: -4px; right: -4px;
- }
- .x-grouptabbar .x-active-group .x-grouptabs-corner-top-left{
- top: -4px; left: -4px;
- }
- .x-grouptabbar .x-active-group .x-grouptabs-corner-top-right{
- top: -4px; right: -4px;
- }
- .x-grouptabbar .x-tree-panel .x-grid-cell {
- overflow: visible;
- }
- .x-grouptabbar .x-panel-body {
- background-color: #4E78B1;
- }
- .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-grouptab .x-tree-icon-parent {
- display: none;
- }
- .x-grouptabbar .x-grouptab .x-tree-elbow,
- .x-grouptabbar .x-grouptab .x-tree-elbow-end {
- display: none;
- }
- .x-grouptabbar .x-grouptab .x-tree-expander {
- background: transparent url('images/elbow-plus-nl.gif') no-repeat;
- }
- .x-grouptabbar .x-grid-tree-node-expanded .x-grouptab .x-tree-expander {
- background: transparent url('images/elbow-minus-nl.gif') no-repeat;
- }
|