96 lines
No EOL
2 KiB
CSS
96 lines
No EOL
2 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
|
|
*/
|
|
select{
|
|
font-size:11px;
|
|
}
|
|
.image-tip{
|
|
padding:4px;
|
|
height:98px;
|
|
white-space:nowrap;
|
|
}
|
|
.image-tip img {
|
|
margin-right:10px;
|
|
border:2px solid #083772;
|
|
}
|
|
.image-tip b{
|
|
color: #083772;
|
|
display: block;
|
|
margin-bottom: 4px;
|
|
}
|
|
.image-tip span{
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
}
|
|
#images{
|
|
background: #fff url( ../tree/center-bg.gif ) repeat-x top left;
|
|
font: 11px Arial, Helvetica, sans-serif;
|
|
}
|
|
#images .thumb{
|
|
background: #dddddd;
|
|
padding:3px;
|
|
}
|
|
#images .thumb img{
|
|
border:1px solid white;
|
|
height: 60px;
|
|
width: 80px;
|
|
}
|
|
#images .thumb-wrap{
|
|
float: left;
|
|
margin: 4px;
|
|
margin-right: 0;
|
|
padding: 5px;
|
|
}
|
|
#images .thumb-wrap span{
|
|
display: block;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
#images .x-view-selected .thumb{
|
|
background:#8db2e3;
|
|
}
|
|
#images .loading-indicator {
|
|
font-size:8pt;
|
|
background-image:url(../../resources/images/default/grid/loading.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
padding-left:20px;
|
|
margin:10px;
|
|
}
|
|
.x-dd-drag-proxy .multi-proxy .thumb-img{
|
|
height: 20px;
|
|
width: 30px;
|
|
margin:1px;
|
|
}
|
|
.x-dd-drag-proxy .thumb-img{
|
|
height: 60px;
|
|
width: 80px;
|
|
}
|
|
.image-node .x-tree-node-icon{
|
|
margin-bottom:1px;
|
|
height:15px;
|
|
}
|
|
.album-node .x-tree-node-icon, .album-btn{
|
|
background-image:url( ../tree/album.gif ) !important;
|
|
}
|
|
#folders{
|
|
position:relative;
|
|
} |