80 lines
1.8 KiB
CSS
80 lines
1.8 KiB
CSS
/*
|
|
This file is part of Ext JS 3.4
|
|
|
|
Copyright (c) 2011-2013 Sencha Inc
|
|
|
|
Contact: http://www.sencha.com/contact
|
|
|
|
GNU General Public License Usage
|
|
This file may be used under the terms of the GNU General Public License version 3.0 as
|
|
published by the Free Software Foundation and appearing in the file LICENSE included in the
|
|
packaging of this file.
|
|
|
|
Please review the following information to ensure the GNU General Public License version 3.0
|
|
requirements will be met: http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
If you are unsure which license is appropriate for your use, please contact the sales department
|
|
at http://www.sencha.com/contact.
|
|
|
|
Build date: 2013-04-03 15:07:25
|
|
*/
|
|
.x-column-tree .x-panel-header {
|
|
padding: 3px 0px 0px 0px;
|
|
border-bottom-width: 0px;
|
|
}
|
|
|
|
.x-column-tree .x-panel-header .x-panel-header-text {
|
|
margin-left: 3px
|
|
}
|
|
|
|
.x-column-tree .x-tree-node {
|
|
zoom:1;
|
|
}
|
|
.x-column-tree .x-tree-node-el {
|
|
/*border-bottom:1px solid #eee; borders? */
|
|
zoom:1;
|
|
}
|
|
.x-column-tree .x-tree-selected {
|
|
background: #d9e8fb;
|
|
}
|
|
.x-column-tree .x-tree-node a {
|
|
line-height:18px;
|
|
vertical-align:middle;
|
|
}
|
|
.x-column-tree .x-tree-node a span{
|
|
|
|
}
|
|
.x-column-tree .x-tree-node .x-tree-selected a span{
|
|
background:transparent;
|
|
color:#000;
|
|
}
|
|
.x-tree-col {
|
|
float:left;
|
|
overflow:hidden;
|
|
padding:0 1px;
|
|
zoom:1;
|
|
}
|
|
|
|
.x-tree-col-text, .x-tree-hd-text {
|
|
color:#000;
|
|
overflow:hidden;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
padding:3px 3px 3px 5px;
|
|
white-space: nowrap;
|
|
font:normal 11px arial, tahoma, helvetica, sans-serif;
|
|
}
|
|
|
|
.x-tree-headers {
|
|
margin-top: 3px;
|
|
background: #f9f9f9 url(../../../resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
|
cursor:default;
|
|
zoom:1;
|
|
}
|
|
|
|
.x-tree-hd {
|
|
float:left;
|
|
overflow:hidden;
|
|
border-left:1px solid #eee;
|
|
border-right:1px solid #d0d0d0;
|
|
}
|