]> git.proxmox.com Git - extjs.git/blob - extjs/build/examples/classic/organizer/organizer.css
import ExtJS 7.0.0 GPL
[extjs.git] / extjs / build / examples / classic / 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 .thumb-wrap img{
46 user-drag: none;
47 -webkit-user-drag: none;
48 -moz-user-drag: none;
49 -ms-user-drag: none;
50 }
51 .x-image-view .loading-indicator {
52 font-size:8pt;
53 background-image:url(../../resources/images/default/grid/loading.gif);
54 background-repeat: no-repeat;
55 background-position: left;
56 padding-left:20px;
57 margin:10px;
58 }
59 .x-dd-drag-proxy .multi-proxy .thumb-img{
60 height: 20px;
61 width: 30px;
62 margin:1px;
63 }
64 .x-dd-drag-proxy .thumb-img{
65 height: 60px;
66 width: 80px;
67 }
68 .image-node .x-tree-node-icon{
69 margin-bottom:1px;
70 height:15px;
71 }
72 .album-node .x-tree-node-icon, .album-btn{
73 background-image:url( ../tree/album.gif ) !important;
74 }
75
76 .x-dataview-draggable-ghost img {
77 width: 20px;
78 margin: 0 5px 5px 0;
79 }