source: trunk/web/addons/job_monarch/lib/extjs-30/examples/organizer/organizer.css @ 647

Last change on this file since 647 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 1.5 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7select{
8        font-size:11px;
9}
10.image-tip{
11        padding:4px;
12        height:98px;
13        white-space:nowrap;
14}
15.image-tip img {
16        margin-right:10px;
17        border:2px solid #083772;
18}
19.image-tip b{
20        color: #083772;
21        display: block;
22        margin-bottom: 4px;
23}
24.image-tip span{
25        display: block;
26        margin-bottom: 5px;
27        margin-left: 5px;
28}
29#images{
30        background: #fff url( ../tree/center-bg.gif ) repeat-x top left;
31        font: 11px Arial, Helvetica, sans-serif;
32}
33#images .thumb{
34        background: #dddddd;
35        padding:3px;
36}
37#images .thumb img{
38        border:1px solid white;
39        height: 60px;
40        width: 80px;
41}
42#images .thumb-wrap{
43        float: left;
44        margin: 4px;
45        margin-right: 0;
46        padding: 5px;
47}
48#images .thumb-wrap span{
49        display: block;
50        overflow: hidden;
51        text-align: center;
52}
53#images .x-view-selected .thumb{
54        background:#8db2e3;
55}
56#images .loading-indicator {
57        font-size:8pt;
58        background-image:url(../../resources/images/default/grid/loading.gif);
59        background-repeat: no-repeat;
60        background-position: left;
61        padding-left:20px;
62        margin:10px;
63}
64.x-dd-drag-proxy .multi-proxy .thumb-img{
65        height: 20px;
66        width: 30px;
67        margin:1px;
68}
69.x-dd-drag-proxy .thumb-img{
70        height: 60px;
71        width: 80px;
72}
73.image-node .x-tree-node-icon{
74    margin-bottom:1px;
75    height:15px;
76}
77.album-node .x-tree-node-icon, .album-btn{
78    background-image:url( ../tree/album.gif ) !important;
79}
80#folders{
81        position:relative;
82}
Note: See TracBrowser for help on using the repository browser.