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

Revision 5703, 2.1 KB checked in by gustavo, 12 years ago (diff)

Ticket #2529 - Correção de bugs na nova estrutura de diretórios do ExpressoMail?

  • 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/folder_delete.png);}
6#content_folders .foldertree-skin-prognus span.sent {background-image: url(../img/folder_go.png);}
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/loading.gif) !important;
12        background-position: 0 0 !important;
13        background-repeat : no-repeat !important;
14        background-size : 15px auto !important;
15}
16
17.draggin_box{
18        cursor : pointer;
19        background-color: #CDC5BF;
20        float: left;
21        width : auto;
22        height: 16px;
23        border:1px solid #333;
24        text-align: right;
25}
26
27.draggin_mail{
28        float: left;
29        color : red;
30        text-align: right;
31        font-weight : bold;
32        font-size : 11px;
33        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
34        padding-right : 5px;
35        padding-left : 25px;
36        background-image: url(../img/move.png);
37        background-position: 0px 0px;
38        background-repeat:no-repeat;
39}
40
41.draggin_folder{
42        float: left;
43        background-image: url(../img/folder.png);
44        background-position: 0px 0px;
45        background-repeat:no-repeat;
46        padding-left : 20px;
47        color : red;
48        text-align: right;
49        font-weight : bold;
50        padding-right : 5px;
51}
52
53.collapse_folders_td{
54        cursor : pointer;
55        width: 12px;
56        height:100%;
57        border-radius : 5px;
58        border-left : 1px solid #CCCCCC;
59}
60.collapse_folders_td.collapse_folders_td_over{
61        border-left: 1px solid #1B75BB;
62}
63
64.folder-over{
65        border: 1px solid black;
66}
67
68.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
69        background-position: -37px -20px;
70        width: 8px;
71        height: 8px;
72}
73
74.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
75        width: 8px;
76        height: 8px;
77        background-position: -100px -20px;
78}
Note: See TracBrowser for help on using the repository browser.