Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / organizer / organizer.css
1 select{
2     font-size:11px;
3 }
4 .image-tip{
5     padding:4px;
6     height:98px;
7     white-space:nowrap;
8 }
9 .image-tip img {
10     margin-right:10px;
11     border:2px solid #083772;
12 }
13 .image-tip b{
14     color: #083772;
15     display: block;
16     margin-bottom: 4px;
17 }
18 .image-tip span{
19     display: block;
20     margin-bottom: 5px;
21     margin-left: 5px;
22 }
23 .x-image-view{
24     font: 11px Arial, Helvetica, sans-serif;
25 }
26 .x-image-view .thumb{
27     padding:3px;
28 }
29
30 .x-image-view .thumb-wrap{
31     float: left;
32     margin: 4px;
33     margin-right: 0;
34     padding: 5px;
35 }
36 .x-image-view .thumb-wrap span{
37     display: block;
38     overflow: hidden;
39     text-align: center;
40     width: 76px; // for ie to ensure that the text is centered
41 }
42 .x-image-view .x-item-selected .thumb {
43     background:#8db2e3;
44 }
45 .x-image-view .loading-indicator {
46     font-size:8pt;
47     background-image:url(../../resources/images/default/grid/loading.gif);
48     background-repeat: no-repeat;
49     background-position: left;
50     padding-left:20px;
51     margin:10px;
52 }
53 .x-dd-drag-proxy .multi-proxy .thumb-img{
54     height: 20px;
55     width: 30px;
56     margin:1px;
57 }
58 .x-dd-drag-proxy .thumb-img{
59     height: 60px;
60     width: 80px;
61 }
62 .image-node .x-tree-node-icon{
63     margin-bottom:1px;
64     height:15px;
65 }
66 .album-node .x-tree-node-icon, .album-btn{
67     background-image:url( ../tree/album.gif ) !important;
68 }
69
70 .x-dataview-draggable-ghost img {
71     width: 20px;
72     margin: 0 5px 5px 0;
73 }