source: trunk/prototype/modules/mail/css/foldertree.css @ 7543

Revision 7543, 2.4 KB checked in by angelo, 11 years ago (diff)

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

  • Property svn:executable set to *
Line 
1#content_folders .foldertree-skin-prognus span.selected {font-weight:bold !important; }
2#content_folders .foldertree-skin-prognus span.inbox {}
3#content_folders .foldertree-skin-prognus span.trash {background-image: url(../img/bin.png);}
4#content_folders .foldertree-skin-prognus span.drafts {background-image: url(../img/folder_page_white.png);}
5#content_folders .foldertree-skin-prognus span.spam {background-image: url(../img/mail-sprites.png); background-position: 0 -989px;}
6#content_folders .foldertree-skin-prognus span.sent {background-image: url(../img/mail-sprites.png); background-position: 0 -1055px;}
7#content_folders .foldertree-skin-prognus span.folder {display: block;padding-bottom: 1px;padding-left: 18px;padding-right: 0;padding-top: 1px; font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;}
8#content_folders .treeview .closed {display:block;}
9
10.folders-loading {
11        background: url(../img/loader.gif) !important;
12        background-position: 0 0 !important;
13        background-repeat : no-repeat !important;
14}
15
16.draggin-box{
17        cursor : pointer;
18        background-color: #CDC5BF;
19        float: left;
20        width : auto;
21        height: 16px;
22        border:1px solid #333;
23        text-align: right;
24        z-index: 2000;
25}
26
27.ui-draggin-default-image{
28    float: left;
29    text-align: right;
30}
31
32.draggin-mail{
33        float: left;
34        background-image: url(../img/move.png);
35        background-position: 0px 0px;
36        background-repeat:no-repeat;
37        color : red;
38        text-align: right;
39        font-weight : bold;
40        padding-right : 5px;
41        padding-left : 25px;   
42        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
43        font-size : 11px;
44}
45
46.draggin-folder{
47        float: left;
48        background-image: url(../img/mail-sprites.png);
49        background-position: 0 -923px;
50        background-repeat:no-repeat;
51        padding-left : 20px;
52        color : red;
53        text-align: right;
54        font-weight : bold;
55        padding-right : 5px;
56}
57
58.collapse_folders_td{
59        cursor : pointer;
60        width: 12px;
61        height:100%;
62        border-radius : 5px;
63        border-left : 1px solid #CCCCCC;
64}
65.collapse_folders_td.collapse_folders_td_over{
66        border-left: 1px solid #1B75BB;
67}
68
69.folder-over{
70        border: 1px solid black;
71}
72
73.floating-default{
74    float: left;
75    text-align: left;
76}
77
78.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
79        background-position: -37px -20px;
80        width: 8px;
81        height: 8px;
82}
83
84.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
85        width: 8px;
86        height: 8px;
87        background-position: -100px -20px;
88}
89
90.float-menu{
91        position:absolute;
92        text-align: left;
93}
Note: See TracBrowser for help on using the repository browser.