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 *
RevLine 
[5703]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);}
[7543]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;}
[5703]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;}
[5486]9
[5754]10.folders-loading {
11        background: url(../img/loader.gif) !important;
[5486]12        background-position: 0 0 !important;
13        background-repeat : no-repeat !important;
14}
15
[5754]16.draggin-box{
[5486]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;
[5754]24        z-index: 2000;
[5486]25}
26
[5754]27.ui-draggin-default-image{
28    float: left;
29    text-align: right;
30}
31
32.draggin-mail{
[5486]33        float: left;
[5754]34        background-image: url(../img/move.png);
35        background-position: 0px 0px;
36        background-repeat:no-repeat;
[5486]37        color : red;
38        text-align: right;
39        font-weight : bold;
[5754]40        padding-right : 5px;
41        padding-left : 25px;   
42        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
[5486]43        font-size : 11px;
44}
45
[5754]46.draggin-folder{
[5486]47        float: left;
[7542]48        background-image: url(../img/mail-sprites.png);
49        background-position: 0 -923px;
[5486]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{
[5516]59        cursor : pointer;
[5486]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;
[5504]67}
68
69.folder-over{
70        border: 1px solid black;
[5525]71}
72
[5754]73.floating-default{
74    float: left;
75    text-align: left;
76}
77
[5525]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;
[5754]88}
89
90.float-menu{
91        position:absolute;
92        text-align: left;
[5504]93}
Note: See TracBrowser for help on using the repository browser.