source: trunk/web/addons/job_monarch/lib/extjs/examples/organizer/organizer.css @ 619

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

lib/:

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