source: sandbox/newExpressoMail/expressoMail1_2/templates/default/main.css @ 6997

Revision 6997, 39.8 KB checked in by gustavo, 12 years ago (diff)

Ticket #2939 - Melhorias na exibicao das abas e da listagem de email

  • Property svn:eol-style set to native
  • Property svn:executable set to *
RevLine 
[6251]1body{overflow: hidden;}
[5754]2/* attachments list on message screen */
3.expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;}
4.expressomail-attachments-label {display:block; float:left;}
5ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;}
6ul.expressomail-attachments-list li {}
7.expressomail-attachments-link { font-size:11px;}
[4493]8
[5754]9textarea{
10    overflow:hidden;
11    height:auto;
12/*    width:18px;
13        resize: none;*/
14}
15a.rich{
16        padding : 5px;
17        cursor : pointer;
18        text-align: center;
19}
20button.adress_button {width: 47px; text-align: center;}
21span.ui-icon.expressomail-icon-read-confirmation { background-image: url(images/notification.gif) !important; background-position: 0px 0px; width: 24px; height: 24px;}
22span.ui-icon.expressomail-icon-save { background-image: url(images/disk.png) !important; background-position: 0px 2px; width: 16px; height: 16px; background-size: 13px;}
23span.ui-icon.expressomail-icon-signature { background-image: url(images/signature.gif) !important; background-position: 8px 2px; width: 24px; height: 24px; background-size: 13px;}
24span.ui-icon.expressomail-icon-encryption{ background-image: url(images/lock.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
25span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;}
26span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;}
27span.ui-icon.expressomail-icon-important { background-image: url(images/important.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;}
28
29/* thumbs list on message screen */
30.expressomail-thumbs { font-size:11px; width:100%; max-width:100%; margin:20px 0 0 0; border-top:1px solid #AAA; float: left}
31.expressomail-thumbs-label {}
32.message_options {}
33.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;}
34ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;}
35ul.expressomail-thumbs-list li {height:80px;  max-width:120px; max-height:80px; display:block; float:left; margin: 5px; padding:0;}
36ul.expressomail-thumbs-list li img {width:auto; height:100%; border: 2px solid #FDE7BC;}
37.expressomail-thumbs-link { font-size:11px;}
[6138]38.jcarousel-container { width: auto;}
[5754]39 
40
[6233]41
[5754]42/* todo o resto */
43table.expressomail-message-body {width:100%; height:100%;}
[5911]44table.table_message, div.table_message {
[5754]45background: #96b3d3; /* Old browsers */
46background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */
47background: -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+ */
48background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */
49background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */
50background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */
51background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */
52filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */
53}
54table.expressomail-message-body tr{vertical-align:top;}
55
56
57
58
59.table_message_options{
60        background-color: #000;
61       
62        /* Apenas para ie qualquer versao */
63        -moz-border-collapse: separate;
64        border-color: gray;
65
66    border-spacing: 0;
67    border-style: outset;
68    border-width: 0.01;
69    cursor: default;
70    padding: 1px;
71        -moz-border-radius: 3px;
72        -webkit-border-radius: 3px;
73       
74       
75}
76
77.table_message_options_ie{
78
79        border-collapse: collapse;
80        background-color: #000;
81        border-color: gray;
82    border-spacing: 0;
83    border-style: outset;
84    border-width: 1;
85    cursor: default;
86    padding: 1px;
87        -moz-border-radius: 3px;
88        -webkit-border-radius: 3px;
89       
90       
91}
92
93.table_message{
94        background-color: #000;
95       
96        /* Apenas para ie qualquer versao */
97        -moz-border-collapse: separate;
98        border-color: gray;
99        border-radius: 3px 3px 3px 3px;
100    border-spacing: 0;
101    border-style: outset;
102    border-width: 1px;
103    cursor: default;
104    padding: 1px;
105        -moz-border-radius: 3px;
106        -webkit-border-radius: 3px;
107       
108       
109}
110
111.div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
112a.message-attach-link { margin-left: 20px;}
113
114.messagescol td label {padding-right:20px;}
115.messagescol td.message-general-options .checkbox {margin: 5px 5px 0 0;}
116
117.ui-dialog-dragging {
118        opacity:0.4;
119        filter:alpha(opacity=40); /* For IE8 and earlier */
120}
121
122.context-menu-item.icon-important { background-image: url(images/important.png); background-position: 6px 5px !important}
123.context-menu-item.icon-export { background-image: url(images/export.png); }
124.context-menu-item.icon-move { background-image: url(images/move.png); }
125.context-menu-item.icon-seen { background-image: url(images/seen.gif); }
126.context-menu-item.icon-unseen { background-image: url(images/unseen.gif); }
127.context-menu-item.icon-normal { background-image: url(images/door.png); }
128.context-menu-item.icon-followupflag { background-image: url(images/door.png); }
[6528]129.context-menu-item.icon-quick-add { background-image: url(images/vcard_add.png); }
130.context-menu-item.icon-delete-box{ background-image: url(images/user_delete.png); }
131.context-menu-item.icon-quick-search-contact{ background-image: url(images/zoom.png); }
[5754]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-tag { background-image: url(images/menu/tag.png); background-size: 12px; background-position: 6px 2px !important;}
140.context-menu-item.icon-empty-trash { background-image: url(images/menu/trash.png); }
141.context-menu-item.icon-queue { background-image: url(images/menu/queue.png); }
142
143form.fileupload { margin: 14px 0 0 -13px; float: left; margin-bottom: -20px; }
144form.fileupload .files-list { margin-left: 5px; margin-top: -14px; padding: 0.2em 0.7em; }
145form.fileupload .files-list .delete-upload { top: 7px}
146
[6930]147div.attachments-list {
148        max-height: 130px;
149        overflow-y: auto;
150        padding-top: 5px;
151}
152
[5754]153.button-files-upload { float:left; }
154
155form.fileupload .ui-button .ui-button-text { line-height: 2; }
156form.fileupload .ui-button { margin-left: 5px; }
157form.fileupload .message-add-original-att { margin-left: 0px; }
158.button.add.button-add-attachment{margin: -9px 0 0 8px;}
159.button.upload{margin-bottom: 4px;}
160div.fileupload-buttonbar{padding: 0.2em 0.5em }
161.archive-error{color: #F00;}
162
163.progress.in-progress{width: 100px; height: 12px;}
164
165.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
166
167.archive-attach.name{width: 310px;}
168.archive-attach.name label{display: block; position: absolute; left: 136px; top: 194px;}
169.size{min-width: 65px;}
170
171.message-attach.name{width: 200px;}
172.message-attach.size{margin:0 4px 0 4px;}
173.message-attach-error{color:red;}
174
175
[6659]176/* Estilos da tela de busca rápida de contatos */
[5754]177
178.expressomail-qs-container { font-size:11px;}
179.expressomail-qs-container legend { font-size:1.1em; font-weight: bold; }
180.expressomail-qs-container #accordion { margin: 5px;}
181.expressomail-qs-container fieldset, .expressomail-qs-container div {margin:0;}
182.expressomail-qs-container .ui-autocomplete-input { height:22px; width:200px; margin-right:-1px; }
183.expressomail-qs-container #wrap-progressbar { height:22px; width:122px;  float:left; }
184.expressomail-qs-container #wrap-progressbar #inner-progressbar { text-align:center; width:100px; }
185.expressomail-qs-container #wrap-progressbar #inner-progressbar span { font-size:10px; line-height:12px; }
186.expressomail-qs-container #wrap-progressbar #inner-progressbar #progressbar { width:100px; height:10px; }
187.expressomail-qs-container .clear {clear:both;}
188/*.expressomail-qs-container #fieldset1 label {width:495px;display:inline-block; border:4px solid #72A9D3;}*/
189.expressomail-qs-container fieldset { border:1px solid #AAA; border-radius:5px; margin:5px; }
190.expressomail-qs-container #ul {list-style:none; margin:0; padding:0;}
191.expressomail-qs-container #fieldset1 {color:#444;}
192.expressomail-qs-container #fieldset1 label {font-weight:bold; display:block;}
193
194.expressomail-qs-container #list-acc-users li, .expressomail-qs-container #search-result-users li {margin-right:5px;border-radius:3px;}
195.expressomail-qs-container #list-acc-mails li {margin-right:5px;padding-bottom:4px;border-radius:3px;}
196.expressomail-qs-container #list-acc-users li:hover, .expressomail-qs-container #list-acc-mails li:hover, .expressomail-qs-container #search-result-users li:hover {background-color:#DDD;}
197.expressomail-qs-container #list-acc-users li span.ui-icon, .expressomail-qs-container #list-acc-mails li span.ui-icon, .expressomail-qs-container #search-result-users li span.ui-icon {display:none; margin:2px;}
198.expressomail-qs-container #list-acc-users li input, .expressomail-qs-container #list-acc-mails li input, .expressomail-qs-container #search-result-users li input {margin-top:5px;}
199.expressomail-qs-container #list-acc-users li label, .expressomail-qs-container #list-acc-mails li label, .expressomail-qs-container #search-result-users li label {margin-top:-5px;}
200.expressomail-qs-container #list-acc-users li:hover span, .expressomail-qs-container #list-acc-mails li:hover span, .expressomail-qs-container #search-result-users li:hover span {display:inline;}
201.expressomail-qs-container #search-result-users li span.ui-icon {display:none;}
202.expressomail-qs-container .ui-icon {float:right;}
203.expressomail-qs-container #icon-bar1 .ui-icon {float:left; margin:0 3px;}
204.expressomail-qs-container #icon-bar1 span {float:left; margin:2px 3px 0 0;}
205.expressomail-qs-container .ui-icon-trash, .expressomail-qs-container .ui-icon-edit, .expressomail-qs-container .ui-icon-close, .expressomail-qs-container .ui-icon-plus, .expressomail-qs-container .ui-icon-pencil {background-color:#EEE;}
206.expressomail-qs-container .ui-icon-trash:hover, .expressomail-qs-container .ui-icon-edit:hover, .expressomail-qs-container .ui-icon-close:hover, .expressomail-qs-container .ui-icon-plus:hover, .expressomail-qs-container .ui-icon-pencil:hover {background-color:#BBB;}
207.expressomail-qs-container .ui-autocomplete-input {width:170px;}
208.expressomail-qs-container .ui-accordion .ui-accordion-content{padding:5px;}
209
210.expressomail-qs-container .foot-note {width:905px; padding:5px;margin-top:20px;border-top:1px solid #ddd;}
211.expressomail-qs-container .acc-list {font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; }
212.expressomail-qs-container .acc-list h3{font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-size:11px; color:#555; margin:0; padding:5px 3px; background-color:#fff;}
213.expressomail-qs-container .acc-list ul{ margin:5px 0;}
214.expressomail-qs-container .acc-list ul li{ border-radius:3px; padding:5px;}
215.expressomail-qs-container .acc-list ul li:hover {background-color:#DDD;}
216.expressomail-qs-container .acc-list ul li.active {background-color:#EB8F00;}
217.expressomail-qs-container .acc-list ul li strong {display:block;}
218.expressomail-qs-container .acc-list ul li em {display:block;}
219
[6661]220/*Específico do selectable*/
[5754]221.expressomail-qs-container #feedback { font-size: 1.4em; }
222.expressomail-qs-container #selectable .ui-selecting { background: #DDECF7; }
223/* #selectable .ui-selected { background: #F39814; color: white; }   Aqui eu troquei a cor de quando era selecionada a linha */
224.expressomail-qs-container #selectable .ui-selected { background: #72A9D3; color: white; }
225
226.expressomail-qs-container #selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
227.expressomail-qs-container ul#selectable { overflow: hidden; width: 444px; height: 250px;}
228.expressomail-qs-container ul#selectable li { width: 435px; overflow:hidden; }
229.expressomail-qs-container ul#selectable li.ui-selected { width: 100%;  }
230.expressomail-qs-container ul#selectable li div { width: 6000px; }
231.expressomail-qs-container .ui-button-icon-only { width: 1.2em; }
232.expressomail-qs-container .ui-icon { margin-left: -8px; }
233.expressomail-qs-container .ui-widget button { border: 0 solid; }
234
235.expressomail-qs-container .menu-control { float:right; margin-left:400px; position: absolute; z-index: 100; padding-top:5px;}
236.expressomail-qs-container .acc-list { width:444px;height:250px;float:left;border:1px solid #DDD;background-color:#EEE;border-radius:3px;margin-left:1px; margin: 10px 5px 5px 1px;}
[6930]237.expressomail-qs-container .details-container { width:300px;height:246px; float:right; margin: 5px 0;}
[5754]238
239.expressomail-qs-container .acc-list .demo {width:100%;margin-top:20px;}
240
241.dialog-modal.expressomail-qs-container  { height: 416px; padding:5px; }
242
[6930]243.ui-dialog .ui-dialog-buttonpane { padding: 0; border:none; margin: 0;}
[5754]244.expressomail-qs-container .menu-control .ui-button-text-only .ui-button-text { padding: 0.1em 0.6em; }
245
246/* search area definition */
247fieldset.search-field, fieldset.search-catalog-options {
248        border:1px solid #CFCFCF;
249        padding: 5px;
250}
251
252fieldset.search-field input, fieldset.search-catalog-options select{
253        display: inline-block;
254        border: none;
255        background-color: #FFF;
256}
257
258fieldset.search-field span {
259        display: inline-block;
260        margin:0 0 -3px 5px;
261}
262
263/* #search area definition */
264fieldset.search-field { max-width: 190px; width: 190px; margin: 0px; text-align: left; display: inline;}
265fieldset.search-field input { max-width: 165px; width: 165px; }
266
267fieldset.search-catalog-options { max-width: 124px; width: 120px; margin: 0px; text-align: left; display: inline;}
268fieldset.search-catalog-options select { max-width: 120px; width: 120px; }
269
270
271.ui-dialog .ui-dialog-titlebar-minimize {
272    height: 18px;
273    margin: -10px 0 0;
274    padding: 1px;
275    position: absolute;
276    right: 1.8em;
277    top: 50%;
278    width: 19px;
279}
280
281.ui-dialog-buttonpane .ui-button {
282        margin-top: 0;
283        padding-top: 0;
284}
285
286 
287.button-mod { margin-top: -2.5em; }
288
289/*print.css */
290
291.print-all-messages h1 { font-size: 1.35em; }
292.print-all-messages h2 { font-size: 1.05em; }
293.print-all-messages tbody { font-size: 0.95em; }
294.print-all-messages thead td { font-weight: bold; padding: 3px; border-bottom: solid 2px #999; }
295.print-all-messages tbody td { border-bottom: solid 1px #ccc; }
296.print-all-messages img { display: none; }
297.print-all-messages input { display: none; }
298
299/*main.css */
[3130]300pre{
301        white-space: pre-wrap !important; /* css-3 */
302        white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
303        white-space: -pre-wrap !important; /* Opera 4-6 */
304        white-space: -o-pre-wrap !important; /* Opera 7 */
305        word-wrap: break-word !important; /* Internet Explorer 5.5+ */
306        font-family: monospace !important;     
[5134]307        /*font-size: 10pt !important;*/
[3421]308        font-size: 11px !important;
[3130]309}
[5134]310/** {
[1151]311        font-family: Verdana, Arial, Helvetica, sans-serif;     
[5134]312}*/
[2]313
[1151]314.checkbox{
[993]315        border:none !important;
[2]316}
317
318textarea{
319        font-family: Verdana, Arial, Helvetica, sans-serif;
320        font-size: 13px;
321}
[3019]322
[1151]323.whiteSpace{
324        width: 2px;
325}
[2]326
327.table_box{
328        width: 100%;
329        color: black;
[976]330        background: #ffffff;
[3019]331        border-bottom: 1px solid #f4f8fb;
[5134]332        font-family: Verdana, Arial, Helvetica, sans-serif;;
[2]333        font-size: 13px;
334        cursor: pointer;
[4073]335        table-layout: fixed;
[2]336}
337
[831]338
[6138]339
340
[5436]341.em_div_write_msg{
342                height: 24px;
343                background: transparent;
344        }
345
[163]346/* begin class msgs */
[1151]347.td_msg{
348        border-width: 0px;     
349}
[4073]350
[6138]351.span-sender:hover{
352        text-decoration: underline;
353}
354
355
[4073]356.th_resizable {
357        padding-left: 3px !important;
358        border-left: solid 1px #999;
359        text-overflow: ellipsis;
360        overflow: hidden;
361        white-space: nowrap;
362}
363
364.td_resizable {
[4109]365        padding-left: 1px;
[4073]366        border: 0px;
367        border-left: solid 1px #dde1dd;
368        text-overflow: ellipsis;
369        overflow: hidden;
370        white-space: nowrap;
371        border-right-width: 0px !important;
372}
373
[3019]374.tr_msg_unread {       
375        font-weight:bold !important;
[2]376}
[976]377
[4230]378.table_box tr{
[6162]379        border:0; 
380        height: 20px;
[4230]381}
382
[5430]383.table-info-quota{
384        table-layout: fixed;
385}
386
[5426]387.td-info-quota{
[5430]388        white-space: nowrap;
389        overflow:       hidden;
390        text-overflow: ellipsis;       
[5426]391}
392
[3019]393.tr_msg_read {
394        color: #3f3f3f;
395        background-color: #ffffff;
396        -moz-user-select: none;
397}
398
399.tr_msg_read2 {
400        color: #3f3f3f;
[3026]401        background-color: #DEE8F0;
[3019]402        -moz-user-select: none;
403}
404
[163]405.selected_msg{
[1151]406        background-color: #ffffcb;
[2]407}
[163]408.flagged_msg{
[2]409        color: red;
410}
[6930]411
[790]412.show_img_link{
413        width : 100%;
414        color: black;
[4815]415        font-weight: bold;
[790]416        background-color: #ffc;
417        border-bottom:1px solid #cfcfcf;
418        cursor: pointer;                 
419        -moz-user-select: none;
420}
[163]421/* end class msgs */
[2]422
[790]423.show_img_link:hover {
424        color: #000 !important;
425}
426
[2]427.action_info_table {
428        border-spacing: 0px 0px;
429}
430.action_info_th {
431        font-family: Verdana, Arial, Helvetica, sans-serif;
432        font-size: 11px;
433        border-width: 0px 0px 0px 0px;
434        padding: 1px 10px 0px 10px;     
435        border-style: inset inset inset inset;
436        border-color: gray gray gray gray;
437        background-color: rgb(250, 209, 99);
438        -moz-border-radius: 6px 6px 6px 6px;
439}
440
441.message_header{
[1151]442        background-color: #ABC6E1;
[2]443}
444
[4073]445.message_header td {
446        padding: 0px;
447}
448
449.table_message_ruler {
450        width: 10px;
451        border: none;
452        border-left: 1px dotted #88a;
453        display: none;
454        position: absolute;
455        z-index: 10;
456        height: 300px;
457}
458
[2]459.table_message_header_box{
460        width: 100%;
461        color: black;
462        border-style: solid;
463        border-width: 0px;
464        border-collapse: collapse;
465        border-color: #bbbbbb;
[5134]466        font-family: Verdana,Arial,Helvetica,sans-serif;
[2]467        font-size: 13px;       
468        cursor: pointer;
[4073]469        table-layout: fixed;
[2]470}
[4493]471.font-menu {
[4815]472    color: #000;
[2]473}
474
[4493]475.font-menu-sel {
[4815]476        color:#0000FF;
[3525]477}
478
479.font-menu, .font-menu-sel {
480    float: left;
481    clear: left;
482    overflow: hidden;
483    white-space: nowrap;
484    padding-left: 5px;
485    margin-right: 5px;
[2]486    text-decoration: none;
487    text-align: center;
488}
489
[5430]490.menu-sel{   
[2]491    text-decoration: none;
492    text-align: center;
[1151]493    color:#0000FF;
[2]494    height: 20px;
[1151]495    width:220px;
496    background-color:#F7F7F7;
[2]497    margin-bottom: 0px;
[1151]498    border: 1px solid #4a79b1;
499    border-bottom: 0px;
[2]500    padding:0px 5px 0px 0px;
501    -moz-border-radius: 9px 9px 0px 0px;
502    -moz-user-select: none;
[5134]503    -webkit-border-radius: 9px 9px 0px 0px;
504    border-radius: 9px 9px 0px 0px;
[5430]505    cursor: pointer;
506 }
507 
[4493]508.menu{
[2]509    text-decoration: none;
510    text-align: center;
[3019]511    height: 20px;       
[1151]512    width:220px;
[3019]513    background-color:#c8d7ea;
[2]514    margin-bottom: 0px;
[1151]515    border: 1px solid #f4f7fc;
516    border-bottom: 1px solid #4a79b1;
517    padding:0px 5px 0px 0px;
[2]518    -moz-border-radius: 9px 9px 0px 0px;
519    -moz-user-select: none;
[5134]520    -webkit-border-radius: 9px 9px 0px 0px;
521    border-radius: 9px 9px 0px 0px;
[2]522    cursor: pointer;
523}
524
[4493]525.last_menu{
[1151]526        border-bottom: 1px solid #4a79b1;
[2]527        -moz-border-radius: 0px 0px 0px 0px;
528}
529
530.table_top{
531        background-color: #FFFFFF;
532        padding:1px 1px 1px 1px;
533        height:16px;
534        cursor: default;
535        margin: 0px 0px 0px 0px;
536        border-width: 0px 1px 1px 1px;
537        border-style: outset outset outset outset;
538        border-color: black black black black; 
539}
540
541.tr_message_header{
542        background-color: #EEEEEE;
[5134]543        font-family: Verdana, Arial, Helvetica, sans-serif;
[2]544        cursor: default;
545        border-style: none none none none;
546        -moz-border-radius: 0px 0px 0px 0px;
547}
548
549.tr_message_body{
550        background-color: #FFFFFF;
551        cursor: default;
552        -moz-border-radius: 9px 9px 9px 9px;
553}
554
555.message_body{
556        background-color: #FFFFFF;
557        cursor: default;
558        -moz-border-radius: 9px 9px 9px 9px;
559}
560
561.header_message_field{
562        font-weight: bold;
563}
564
[4493]565.suggestion_list{
[2]566background: white;
567border: 1px solid;
568padding: 4px;
569}
570       
[4493]571.suggestion_list ul{
[2]572padding: 0;
573margin: 0;
574list-style-type: none;
575}
576
[4493]577.suggestion_list a{
[2]578text-decoration: none;
579color: navy;
580}
581
[4493]582.suggestion_list .selected{
[2]583background: navy;
584color: white;
585}
586       
587       
[4493]588.suggestion_list .selected a{
[2]589color: white;
590}
591
[4493]592#autosuggest{
[2]593display: none;
594}
595
596div#tipDiv {
597  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
598  background-color:#EFEFEF; border:1px solid #337;
599  width:220px; padding:0px;
600  color:#000; font-size:11px; line-height:1.2;
601  cursor: pointer;
602}
603
604.richtext_toolbar {background-color: #C0C0C0;}
605.imagebutton {border: solid 2px #C0C0C0; background-color: #C0C0C0; float:left;}
606.select_richtext {float:left;}
607/*.image {position: relative; left: 1; top: 1; height:20; width:21; border:none;}*/
608/*.imagebutton_out: {border-style: solid 2px #C0C0C0;}*/
609/*.imagebutton_over: {border-style: outset 20px;}*/
610.sel_color{     border-width:1px;border-color:#FFFFFF;border-style:solid;cursor:pointer;}
611.unsel_color{border-width:1px;border-color:#BBBBBB;border-style:solid;}
612
613/* Conf tree    */
614.dtree {
615        font-family: Verdana, Arial, Helvetica, sans-serif;
616        font-size: 8px;
617        color: #000000;
618        /*white-space: nowrap;*/
619        background-color: #FFFFFF;
620
621}
622.dtree img {
623        border: 0px;
624        vertical-align: middle;
625
626}
627.dtree a {
628        font-family: Verdana, Arial, Helvetica, sans-serif;
629        color: #000000;
630        white-space: nowrap;   
631}
632.dtree table{
633        margin-top: 0%;
634        padding: 0px 0px 0px 0px;
635}
636.dtree td{
637        padding: 0px 0px 0px 0px;
638}
639
640.folderscol{
641        /*width: 18%;*/
642        width: 100%;
643        /*float: left;*/
644        /*padding: 0px 0px 0px 0px;*/
645}
646
647.messagescol{
648        /*padding-left: 18.5%;*/
649        /*width: 85%;*/
650        width: 100%;
651        /*float: left*/
652        /*margin-rigth: 0px;*/
653        padding: 0px 0px 0px 0px;
654}
655
[4493]656.menu-folders{
[2]657        text-align: center;
[1151]658        text-decoration: none;
[4801]659        font: bold 12px Arial, Helvetica, sans-serif;
[2]660        color: rgb(0, 102, 51);
661        width: 100%;
662        height: 20px;
663
664        border-right: 1px solid #000000;
665        border-left: 1px solid #000000;
[1151]666        border-top: 1px solid #000000; 
[2]667        cursor: default;
[1151]668        -moz-border-radius: 9px 9px 0px 0px;
[2]669}
670
[1151]671.content-menu{
672        padding: 0px 0px 0px 0px;
673        background-image: url(../../../phpgwapi/templates/default/images/bgBlockContent.jpg);
[2]674}
675.content-menu-td {
[1151]676/*      border: 1px solid #f7f7f7;*/
[5640]677        margin-left: 5px;
[2]678}
679
[5675]680.content-menu-td:hover{background-color: #ffffff; border: 1px solid #CCCCCC;}
[5640]681
[2]682.content-folders {
[1151]683        width:162px;
[2]684        padding: 0px 0px 0px 0px;
685        position: relative;
686        overflow: auto;
[1151]687       
[2]688}
689
[1151]690
[2]691/* Conf Filter  */
692.filter {
[4801]693        font-family: Arial, Helvetica, sans-serif;
[2]694        font-size: 8px;
695        background-color : #FFFFFF;
696}
697.filter img {
698        border: 0px;
699        vertical-align: middle;
700}
701.filter a {
[4801]702        font-family: Arial, Helvetica, sans-serif;
[2]703        color: #000000;
704        white-space: nowrap;
705}
[1151]706.message_options_trash {
[6528]707        background-image: url(images/page_white_delete.png);
[1151]708        background-repeat: no-repeat;
709        background-position:left center;
710        padding:0pt 6pt 1pt 14pt;
[2]711}
[790]712.message_options_move {
[1151]713        background-image: url(images/move.png);
714        background-repeat: no-repeat;
715        background-position:left center;
716        padding:0pt 6pt 1pt 14pt;
[790]717}
[1151]718.message_options_print {
719        background-image: url(images/print.png);
720        background-repeat: no-repeat;
721        background-position:left center;
722        padding:0pt 6pt 1pt 14pt;
723}
724
725.message_options_export {
726        background-image: url(images/export.png);
727        background-repeat: no-repeat;
728        background-position:left center;
729        padding:0pt 6pt 1pt 14pt;
730}
731
732.message_options_import {
733        background-image: url(images/import.png);
734        background-repeat: no-repeat;
735        background-position:left center;
736        padding:0pt 6pt 1pt 14pt;
737}
738
[790]739.message_options_inactive {
740         white-space: nowrap;
[1151]741         color: #999;
[3019]742        padding-right: 0 !important;
[790]743}
[2]744
[790]745.message_options_active {
[1151]746        white-space: nowrap;
747        color: #990000;
[3019]748    font-weight: bold !important;
[790]749        cursor: pointer;
[3019]750        padding-right: 0 !important;
[1151]751 }
[790]752
[1151]753.message_options {
[790]754        cursor: pointer;
[1151]755        color: #114fa4;
756/*      color: #2A64B0;*/
[790]757        white-space: nowrap;
758        font-weight: bold;
[3019]759        padding-right: 0 !important;
[790]760}
761
[1151]762.message_options_over {
763         cursor: pointer;
764         white-space: nowrap;
765         color: #FC6103;
766        /*text-decoration: underline;*/
[3019]767         font-weight: bold !important;
768        padding-right: 0 !important;
[1151]769}
[3019]770
[3021]771.reply_options {
772        cursor: pointer;
773        color: white;
774        white-space: nowrap;
775        font-weight: bold;
776}
777
778.reply_options_active {
779         cursor: pointer;
780         white-space: nowrap;
781         color: yellow;
782         text-decoration: underline;
783         font-weight: bold !important;
784}
785
[5640]786.class_search_div{
787        position: relative;
788        left: 12px;
789}
[3021]790
[2]791.em_sidebox_menu {
792        position: relative;
793        left: 2px;
794        padding: 0px 13px 0px 0px;
795        font-weight: bold;
796        font-size: 10px;
797        color: #666666;
798        text-decoration: none;
799        white-space: nowrap;
800        font-family: sans-serif;
801}
802
803.em_div_sidebox_menu {
804        position: relative;
[5640]805        left: 17px;
[2]806        cursor: pointer;
807}
808.catalog{
[4801]809        font-family: Arial, Helvetica, sans-serif;
[2]810        font-size: 14px;
811        font-weight: bold;
812}
[37]813
814div.quicksearchcontacts {
815        border-width: 1px;
816        border-style: solid;
817        broder-color: grey;
818        overflow: auto;
819        position: relative;
820        left: 10px;
821        height: 302px;
822        width: 577px;
823}
824
825table.quicksearchcontacts {
826        border-width: 0px 0px 0px 0px;
827        border-spacing: 0px;
828        background-color: white;
829        cursor: default;
830}
831
832tr.quicksearchcontacts_unselected {
833        background-color: white;
834}
835
836tr.quicksearchcontacts_selected {
837        background-color: #5598d7;
838        color: white;
839}
840
841td.quicksearchcontacts_cc {
842        border-style: none;
843}
[220]844
845input.em_button_like_span {
846        border:0px none !important;
[3019]847        margin: 0px !important;
848        padding:0px !important;
849        color:#114fa4 !important;
850        background:transparent none repeat scroll 0% !important;
[4801]851        font-family:Arial,Helvetica,sans-serif !important;
[3019]852        font-size:11px !important;
853        height:15px !important;
854        font-weight: bold;
[790]855}
856
[1151]857.l {
858        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
859}
[790]860
[1151]861.sl {
862        background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
[790]863}
[4493]864.dsused {
[4815]865        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif);
[1172]866}
867
[4493]868.divAppboxHeader{
869        font-style:italic;     
[1402]870        font-weight:normal;
871        font-variant: small-caps;       
[3019]872        color: #000066 !important;
[1402]873        font-size: 16px !important;
874        text-align: center;     
875        padding: 0px;
[3021]876}
[3726]877
878/* hack para o chrome */
879@media screen and (-webkit-min-device-pixel-ratio:0){
[5134]880        input[type="file"]{
881        background-color: #FFF;
882        border: 1px solid #e4e4e4;
883        height: 20px;
884        width: 350px;
885        vertical-align: middle;
[3726]886        }
[4815]887}
888
889.local-messages-search-warning {
890        cursor: pointer;
891        cursor: hand;
892        background: none repeat scroll 0% 0% rgb(255, 238, 187);
893        color: red;
894        line-height: 2em;
895        font-size: 1.2em;
896        text-align: center;
897}
[5754]898
899
900
901/*
[6659]902 * Este arquivo limpa o estilo para a nova agenda, .new-event-win.active sobrescrevendo o código CSS
[5754]903 * do Expresso.
[6659]904 * Deve ser removido quando o módulo Calendar não integrar mais a versão 2.x
[5754]905 */
906
907/* Eric Meyer's Reset Reloaded based
908 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
909 */
910/*
911.new-event-win.active applet, .new-event-win.active object, .new-event-win.active iframe, .new-event-win.active fieldset, .new-event-win.active div
912.new-event-win.active h1, .new-event-win.active h2, .new-event-win.active h3, .new-event-win.active h4, .new-event-win.active h5, .new-event-win.active h6, .new-event-win.active p, .new-event-win.active blockquote, .new-event-win.active pre,
913.new-event-win.active abbr, .new-event-win.active acronym, .new-event-win.active address, .new-event-win.active big, .new-event-win.active cite, .new-event-win.active code,
914.new-event-win.active del, .new-event-win.active dfn, .new-event-win.active em, .new-event-win.active font, .new-event-win.active img, .new-event-win.active ins, .new-event-win.active kbd, .new-event-win.active q, .new-event-win.active s, .new-event-win.active samp,
915.new-event-win.active small, .new-event-win.active strike, .new-event-win.active strong, .new-event-win.active sub, .new-event-win.active sup, .new-event-win.active tt, .new-event-win.active var,
916.new-event-win.active ol, .new-event-win.active ul,
917.new-event-win.active form, .new-event-win.active label, .new-event-win.active select,
918.new-event-win.active table, .new-event-win.active caption, .new-event-win.active tbody, .new-event-win.active tfoot, .new-event-win.active thead, .new-event-win.active tr, .new-event-win.active th, .new-event-win.active td {
919        margin: 0;
920        padding: 0;
921        border: 0;
922        outline: 0;
923        font-weight: inherit;
924        font-style: inherit;
925        /*font-size: 100%;*/
926        /*font-family: inherit;*/
927        /*vertical-align: baseline;*/
928/*      font-family: Arial,Helvetica,sans-serif;*/
929/*}*/
930.new-event-win.active:focus {
931        outline: 0;
932}
933.new-event-win.active body {
934        line-height: 1;
935        color: black;
936        background: white;
937}
938.new-event-win.active ol, .new-event-win.active ul {
939        list-style: none;
940        list-style-image : none;
941        padding-left : 5px;
942}
943
944.new-event-win.active table {
945        border-collapse: separate;
946        border-spacing: 0;
947}
948.new-event-win.active caption, .new-event-win.active th, .new-event-win.active td {
949        /*text-align: left;*/
950        font-weight: normal;
951}
952.new-event-win.active blockquote:before, .new-event-win.active blockquote:after,
953.new-event-win.active q:before, .new-event-win.active q:after {
954        content: "";
955}
956.new-event-win.active blockquote, .new-event-win.active q {
957        quotes: "" "";
958}
959.new-event-win.active .mail.name-special, .new-event-win.active .name.name-special{
960  padding: 0 0 0 35px;
961}
962
963.new-event-win.active .add-attendee-search.search-field {
964  width: 249px;
965 }
966 
967 .new-event-win.active #calendar_addevent_details4 {
968  margin: 10px 0 0 0;
969 }
970 
971 .new-event-win.active input{
972  color: #000;
973 }
974 
975 .new-event-win.active #calendar_addevent_details5 {
976  margin: 10px 0 11px 0;
977 }
978
979.new-event-win.active select {
980    border: 1px solid #CFCFCF;
981    border-color: #CFCFCF;
982    color: #555;
983    background-color: #FFF;
984}
985.new-event-win.active a:link, .new-event-win.active a:visited {
986    color: #2E6E9E;
987}
988
989.new-event-win.active  dd, .new-event-win.active  dl, .new-event-win.active  dt{
990        margin: 0;
991}
992/* azul.css */
993/*body { background-color: #e9e9e9; }*/
994
995/*a:link,
996a:visited
997{ color: #000066; }*/
998
999/*a:hover,
1000a:active
1001{ color: #ff9933; }*/
1002
1003.new-event-win.active #divAppbox{
1004        overflow-x: auto;
1005        overflow-y: scroll;
1006}
1007
1008.new-event-win.active select
1009{ border-color: #CFCFCF; color: #555; padding-left:0px;}
1010
1011.qtip-wrapper fieldset{
1012        padding: 0;
1013        border: 0;
1014}
1015
1016.new-event-win.active .fc-event-skin {
1017        border-color: #36C !important;
1018        background-color: #36C !important;
1019        color: white !important;
1020}
1021
1022.fc-event-vert .fc-event-bg {
1023        display: block !important;
1024}
1025
1026.map-event{
1027
1028}
1029
1030#new_event_map .map-event .fc-event-inner.fc-event-skin{
1031        border-style: dashed !important;
1032        border-width: 2px !important;
1033        border-color: #36C !important;
1034        background-color: transparent !important;
1035}
1036
1037#new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-head, #new_event_map .map-event .fc-event-inner.fc-event-skin .fc-event-content{
1038        background-color: transparent !important;
1039        color: transparent !important;
1040}
1041
1042#new_event_map .map-event .ui-resizable-handle{
1043        display : block !important;
1044        color: black !important;
1045}
1046
1047fieldset.alarm{ 
1048    border: none !important;
1049    padding: 0px !important;
1050    margin: 0px !important;
1051}
1052
[6599]1053div.new-event-win.active div.button-files-upload{
1054    margin: 15px 0 0 0;
1055}
1056
1057div.new-event-win.active div.files-list{
1058    margin: 45px 0 0 0;
1059}
1060
[5754]1061/*#divAppbox
1062{ background: #fff url( ../images/bgBlockContent.jpg ) repeat-x; border-color: #9c9c9c; }
1063
1064#divAppboxHeader
1065{ background: url( ../images/bgAppTitle.png ); border-color: #9c9c9c; color: #006; text-shadow: 0.2em 0.2em 3px #999; }
1066
1067#divAppIconBar
1068{ background: #fff url( ../images/background-icon-bar.png ) repeat-x; border-top-color: #9c9c9c; }
1069
1070#divAppTextBar
1071{ background-color: #fff; }
1072
1073#divGenTime
1074{ color: #f00; }
1075
1076#divMain
1077{ background: #fff; border-color: #7e7e7e; }
1078
1079#divPoweredBy
1080{ background: #fff; color: #999; }
1081
1082#divSideboxContainer
1083{ background: #fff; }
1084
1085#extraIcons
1086{ background: #eee; border-color: #7e7e7e; }
1087
1088#links_bar,
1089#user_info
1090{ color: #fff; }
1091
1092#tdAppbox
1093{ background-color: #fff; }
1094
1095#tdSidebox
1096{ background: #fff; }*/
1097
1098/*.conteudo
1099{ border-color: #4A79B1; color: #003; }
1100
1101.divSideboxHeader
1102{ background: #416faa; color: #fff; }
1103
1104.extraIconsRow
1105{ border-top-color: #ddd; }
1106
1107.greyLine
1108{ border-top-color: #7e7e7e; }
1109
1110.grid_email_class
1111{ border-bottom-color: #cfcfcf; }
1112
1113.image-menu
1114{ background: url( ../../../../phpgwapi/templates/default/images/folder_bg.png ); }
1115
1116.last_menu
1117{ border-bottom-color: #4a79b1; }
1118
1119.logo_expresso
1120{ background: url( ../../../../phpgwapi/templates/default/images/logo_expresso.jpg ) no-repeat 0 3px; }
1121
1122.menu
1123{ background: #c8d7ea; border-color: #f4f7fc; border-bottom-color: #4a79b1; }
1124
1125.menu-sel
1126{ background-color: #f7f7f7; border-color: #4a79b1; color: #00f; }
1127
1128.menu-degrade
1129{ background-image: url( ../../../../phpgwapi/templates/default/images/degrade.png ); }
1130
1131.navbar_but
1132{ background-image: url(../../../../phpgwapi/templates/default/images/back_app.png); }
1133
1134.navbar_butOver
1135{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_over.png ); }
1136
1137.navbar_butOut
1138{ background-image: url( ../../../../phpgwapi/templates/default/images/back_app_out.png ); }
1139
1140.tblHeadApp
1141{ border-color: #9c9c9c; }
1142
1143.textSidebox
1144{ border-top-color: #aaa; }
1145
1146.toolbar
1147{ background-image: url( ../../../../phpgwapi/templates/default/images/fundo_topo.png ); }
1148
1149.linha0,
1150.tr_msg_read
1151{ color: #3f3f3f; background: #fff; }
1152
1153.linha1,
1154.tr_msg_read2
1155{ color: #3f3f3f; background: #f4f8fb; }
1156
1157table.inboxElements th,
1158.table_elements_tr_header,
1159.info_tr_header,
1160.message_header
1161{
1162        background: #abc6e1;
1163}
1164
1165.prefTable
1166{
1167        background-color: #f4f8fb;
1168        margin: 0px 0px 10px 0px ;
1169        border: 1px solid #D3DCE3;
1170        border-top: 0px;
1171}*/
[5869]1172
1173
1174
1175/*fixed bug on IE8*/
1176#content_folders .foldertree-skin-prognus span.selected {font-weight:bold !important; }
1177#content_folders .foldertree-skin-prognus span.inbox {}
1178#content_folders .foldertree-skin-prognus span.trash {;background-image: url(../../../prototype/modules/mail/img/bin.png);}
1179#content_folders .foldertree-skin-prognus span.drafts {background-image: url(../../../prototype/modules/mail/img/folder_page_white.png);}
1180#content_folders .foldertree-skin-prognus span.spam {background-image: url(../../../prototype/modules/mail/img/folder_delete.png);}
1181#content_folders .foldertree-skin-prognus span.sent {background-image: url(../../../prototype/modules/mail/img/folder_go.png);}
1182#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;}
1183#content_folders .treeview .closed {display:block;}
1184
1185.folders-loading {
[5877]1186        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
[5869]1187        background-position: 0 0 !important;
1188        background-repeat : no-repeat !important;
1189}
1190
1191.draggin-box{
1192        cursor : pointer;
1193        background-color: #CDC5BF;
1194        float: left;
1195        width : auto;
1196        height: 16px;
1197        border:1px solid #333;
1198        text-align: right;
1199        z-index: 2000;
1200}
1201
1202.ui-draggin-default-image{
1203    float: left;
1204    text-align: right;
1205}
1206
1207.draggin-mail{
1208        float: left;
[5876]1209        background-image: url(../../../prototype/modules/mail/img/move.png);
[5869]1210        background-position: 0px 0px;
1211        background-repeat:no-repeat;
1212        color : red;
1213        text-align: right;
1214        font-weight : bold;
1215        padding-right : 5px;
1216        padding-left : 25px;   
1217        font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
1218        font-size : 11px;
1219}
1220
1221.draggin-folder{
1222        float: left;
[5876]1223        background-image: url(../../../prototype/modules/mail/img/folder.png);
[5869]1224        background-position: 0px 0px;
1225        background-repeat:no-repeat;
1226        padding-left : 20px;
1227        color : red;
1228        text-align: right;
1229        font-weight : bold;
1230        padding-right : 5px;
1231}
1232
1233.collapse_folders_td{
1234        cursor : pointer;
1235        width: 12px;
1236        height:100%;
1237        border-radius : 5px;
1238        border-left : 1px solid #CCCCCC;
1239}
1240.collapse_folders_td.collapse_folders_td_over{
1241        border-left: 1px solid #1B75BB;
1242}
1243
1244.folder-over{
1245        border: 1px solid black;
1246}
1247
1248.floating-default{
1249    float: left;
1250    text-align: left;
1251}
1252
1253.collapse_folders_td .ui-icon.ui-icon-triangle-1-e{
1254        background-position: -37px -20px;
1255        width: 8px;
1256        height: 8px;
1257}
1258
1259.collapse_folders_td .ui-icon.ui-icon-triangle-1-w{
1260        width: 8px;
1261        height: 8px;
1262        background-position: -100px -20px;
1263}
1264
1265.float-menu{
1266        position:absolute;
1267        text-align: left;
1268}
1269
[6251]1270 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
[6459]1271 
1272.outoffice
1273{
1274    width: 295px; 
1275    height: 50px; 
1276    overflow: hidden;
1277}
1278       
1279.title-outoffice
1280{
1281        margin-left: 10px;
1282        font-family: verdana;
1283        font-size: 1.2em;
1284}
1285.outoffice span{
1286        margin: 5px;
1287}
1288
[6528]1289#detalhes_contato img{ margin-bottom: -4px;}
1290
1291 button.expressomail-button-icon-ative{color:#E17009 !important; border: 1px solid #E17009 !important;background: none repeat scroll 0 0 #FFE1CC !important;}
1292 
1293.box{
[6926]1294        background-color: #DFEFFC;
[6528]1295        border-radius: 5px;
[6618]1296        -moz-border-radius: 5px;
[6926]1297        border: 1px solid #ADD9ED;
[6528]1298        display: inline-block;
1299        cursor : pointer;
1300        margin-top : 1px;
1301        margin-right: 1px;
1302        outline : none;
1303        padding : 1px;
1304}
1305
1306
1307.box span{
1308        font-family: Verdana, Arial, Helvetica, sans-serif;
1309        font-size: 13px;
1310        color : #201b41;
1311        outline : none;
1312}
1313
[6543]1314.out-office-box{
1315        background-color: #dac407;
1316        border : 1px solid #837c3f !important;
1317}
1318
1319.out-office-box span{
1320        color: #837c3f;
1321}
1322
[6528]1323.email-area{
1324        border-radius: 5px;
1325        width: 98.5%;
1326        padding: 5px;
1327        border : 1px solid #BBBBBB;
1328        heigth : auto;
1329        max-height : 115px;
1330        overflow-y: auto;
[6647]1331        cursor: text;
[6528]1332}
1333.email-text{
1334        outline:none;
1335        width:15px;
1336        border : none;
1337        font-family: Verdana, Arial, Helvetica, sans-serif;
1338        font-size: 13px;
1339}
1340
1341.box-input{
1342        outline:none;
1343        border : none;
1344        font-family: Verdana, Arial, Helvetica, sans-serif;
1345        font-size: 13px;
1346        display : none;
[6658]1347        width: 40px;
[6528]1348}
1349
1350.hidden {
1351        display : none;
1352}
1353
1354.loading {
1355        background: url(../../../prototype/modules/mail/img/loader.gif) !important;
1356        background-position: 0 0 !important;
1357        background-repeat : no-repeat !important;
1358}
1359
1360.line-separator{
1361        background: url("images/linha.png") repeat-x scroll 0 8px transparent;
1362        clear : both;
1363}
1364
1365.box-draggable-hover{
1366        border : 1px solid #474747;
1367}
1368
1369.box-loading{
1370        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1371        background-size: 17px auto !important;
1372}
1373
1374.box-info{
1375        background : url("images/information.png") no-repeat !important;
1376}
[6680]1377
1378input.required-fail{
1379        border-color : red;
1380}
[6926]1381
[6930]1382div.conteudo div.new-msg-head-data div.att-box{
1383        background-color: #DFEFFC;
1384        border-radius: 5px;
1385        -moz-border-radius: 5px;
1386        border: 1px solid #ADD9ED;
1387        display: inline-block;
1388        cursor : pointer;
1389        margin-top : 3px;
1390        margin-right: 3px;
1391        outline : none;
1392        padding : 1px;
1393}
1394
1395
1396div.conteudo div.new-msg-head-data  div.att-box span.att-box-value{
1397        font-family: Verdana, Arial, Helvetica, sans-serif;
1398        font-size: 11px;
1399        color : #201b41;
1400        outline : none;
1401}
1402
1403div.conteudo div.new-msg-head-data div.att-box span.att-box-loading{
1404        background : url("../../../prototype/modules/mail/img/loading.gif") no-repeat !important;
1405        display: inline-block;
1406        background-size: 15px auto !important;
1407}
1408
1409div.conteudo div.new-msg-head-data div.att-box.invalid-email-box{
1410        background-color: #ea9aa0;
1411        border : 1px solid #540303 !important;
1412}
1413
[6926]1414div.new-msg-head-data div.email-area .invalid-email-box{
1415        color: #540303;
1416        background-color: #ea9aa0;
1417        border : 1px solid #540303 !important;
1418}
1419
1420div.new-msg-head-data div.email-area .box-selected{
1421        background-color : #BBBBBB;
1422}
[6930]1423
1424.fileupload_msg_tooltip{
1425        width: 99.7%;
1426        text-align: center;
1427        background: #DFEFFC;
1428        font-weight: bold;
1429        border-radius: 5px;
1430    height: 115px;
1431    line-height: 115px;
1432    font-size: larger;
1433}
1434
1435.fileupload_msg_tooltip.hover {
1436    background: #ADD9ED;
1437}
1438
1439.select-all-messages{
1440        min-height: 20px;
1441        font-size: 13px;
1442        font-family: Arial;
1443        white-space: nowrap;
1444        text-align: center;
1445}
1446.select-all-messages .select-link{
1447        text-decoration: underline !important;
1448}
1449
1450.selected_shortcut_msg{
1451    color: white;
1452    background-color: #95A7FC;
1453}
1454
1455.current_selected_shortcut_msg{
1456    color: white;
1457    background-color: #5194d2;
1458}
[6997]1459
1460.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{
1461        font-size: 10px;         
1462}
1463 
1464.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a:hover{
1465        text-decoration: none !important;
1466}
1467
1468.ui-tabs .ui-tabs-panel{
1469    width: 99.7%;
1470        margin-top: 0px !important;
1471}
1472
1473.ui-state-highlight { width: 60px; height: 23px; border-radius: 5px;}
Note: See TracBrowser for help on using the repository browser.