source: trunk/expressoMail1_2/templates/default/expressomail.css @ 5523

Revision 5523, 6.5 KB checked in by cristiano, 12 years ago (diff)

Ticket #2434 - Compatibilidade de ics com outlook2000 e tamnho de textarea incorreto

Line 
1/* attachments list on message screen */
2.expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;}
3.expressomail-attachments-label {display:block; float:left;}
4ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;}
5ul.expressomail-attachments-list li {}
6.expressomail-attachments-link { font-size:11px;}
7
8textarea{
9    overflow:hidden;
10    height:auto;
11/*    width:18px;
12        resize: none;*/
13}
14a.rich{
15        padding : 5px;
16        cursor : pointer;
17        text-align: center;
18}
19button.adress_button {width: 47px; text-align: center;}
20span.ui-icon.expressomail-icon-read-confirmation { background-image: url(images/notification.gif) !important; background-position: 0px 0px; width: 24px; height: 24px;}
21span.ui-icon.expressomail-icon-save { background-image: url(images/disk.png) !important; background-position: 0px 2px; width: 16px; height: 16px; background-size: 13px;}
22span.ui-icon.expressomail-icon-signature { background-image: url(images/signature.gif) !important; background-position: 8px 2px; width: 24px; height: 24px; background-size: 13px;}
23span.ui-icon.expressomail-icon-encryption{ background-image: url(images/lock.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
24span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;}
25span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;}
26span.ui-icon.expressomail-icon-important { background-image: url(images/star.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
27
28/* thumbs list on message screen */
29.expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left}
30.expressomail-thumbs-label {}
31.message_options {}
32.expressomail-thumbs span.message_tips { display:block; padding-left:18px; line-height:18px;height:18px; background-image: url(images/menu/ktip.png); background-repeat:no-repeat;}
33ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;}
34ul.expressomail-thumbs-list li {height:80px;  max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;}
35ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;}
36.expressomail-thumbs-link { font-size:11px;}
37 .jcarousel-container { width: auto;}
38 
39 button.expressomail-button-icon-ative{color:#E17009; border: 1px solid #E17009;background: none repeat scroll 0 0 #FFE1CC;}
40
41/* todo o resto */
42table.expressomail-message-body {width:100%; height:100%;}
43table.table_message {
44background: #96b3d3; /* Old browsers */
45background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */
46background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3d3), color-stop(30%,#b4c9e4), color-stop(65%,#d9e6ef), color-stop(70%,#e2e9f1), color-stop(78%,#e9f0f8), color-stop(83%,#e8f1fa), color-stop(96%,#dbe5ef), color-stop(100%,#d9e3ed)); /* Chrome,Safari4+ */
47background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */
48background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */
49background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */
50background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */
51filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */
52}
53table.expressomail-message-body tr{vertical-align:top;}
54
55
56
57
58.table_message_options{
59        background-color: #000;
60       
61        /* Apenas para ie qualquer versao */
62        -moz-border-collapse: separate;
63        border-color: gray;
64
65    border-spacing: 0;
66    border-style: outset;
67    border-width: 0.01;
68    cursor: default;
69    padding: 1px;
70        -moz-border-radius: 3px;
71        -webkit-border-radius: 3px;
72       
73       
74}
75
76.table_message_options_ie{
77
78        border-collapse: collapse;
79        background-color: #000;
80        border-color: gray;
81    border-spacing: 0;
82    border-style: outset;
83    border-width: 1;
84    cursor: default;
85    padding: 1px;
86        -moz-border-radius: 3px;
87        -webkit-border-radius: 3px;
88       
89       
90}
91
92.table_message{
93        background-color: #000;
94       
95        /* Apenas para ie qualquer versao */
96        -moz-border-collapse: separate;
97        border-color: gray;
98        border-radius: 3px 3px 3px 3px;
99    border-spacing: 0;
100    border-style: outset;
101    border-width: 1px;
102    cursor: default;
103    padding: 1px;
104        -moz-border-radius: 3px;
105        -webkit-border-radius: 3px;
106       
107       
108}
109
110.div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
111a.message-attach-link { margin-left: 20px;}
112
113.messagescol td label {padding-right:20px;}
114.messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;}
115
116.ui-dialog-dragging {
117        opacity:0.4;
118        filter:alpha(opacity=40); /* For IE8 and earlier */
119}
120
121
122
123
124.context-menu-item.icon-important { background-image: url(images/important.gif); background-position: 6px 5px !important}
125.context-menu-item.icon-export { background-image: url(images/export.png); }
126.context-menu-item.icon-move { background-image: url(images/move.png); }
127.context-menu-item.icon-seen { background-image: url(images/seen.gif); }
128.context-menu-item.icon-unseen { background-image: url(images/unseen.gif); }
129.context-menu-item.icon-normal { background-image: url(images/door.png); }
130.context-menu-item.icon-followupflag { background-image: url(images/door.png); }
131
132
133
134.context-menu-item.icon-search-mail { background-image: url(images/menu/search.png); }
135.context-menu-item.icon-filter { background-image: url(images/menu/filters.png); }
136.context-menu-item.icon-edit-folder { background-image: url(images/menu/editfolders.png); }
137.context-menu-item.icon-share-mailbox { background-image: url(images/menu/usersfolders.png); }
138.context-menu-item.icon-label { background-image: url(images/menu/usersfolders.png); }
139.context-menu-item.icon-empty-trash { background-image: url(images/menu/trash.png); }
140.context-menu-item.icon-queue { background-image: url(images/menu/queue.png); }
141
Note: See TracBrowser for help on using the repository browser.