source: sandbox/2.2.0.2/expressoMail1_2/templates/default/expressomail.css @ 4492

Revision 4492, 1.6 KB checked in by adriano, 13 years ago (diff)

Ticket #812 - Melhorias nas interfaces de leitura e composiacao de email do Expresso Mail

Line 
1/* attachments list on message screen */ .expressomail-attachments { background:#EEE; font-size:11px; width:100%; margin:0; padding:0;} .expressomail-attachments-label {display:block; float:left;} ul.expressomail-attachments-list { list-style:none; display:block; margin-left:40px;} ul.expressomail-attachments-list li {} .expressomail-attachments-link { font-size:11px;} /* thumbs list on message screen */ .expressomail-thumbs { font-size:11px; width:100%; margin:20px 0 0 0; border-top:1px solid #AAA;} .expressomail-thumbs-label {} .message_options {} .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;} ul.expressomail-thumbs-list { list-style:none; margin:0; padding:0;} ul.expressomail-thumbs-list li {height:80px; max-width:120x; max-height:80px; display:block; float:left; margin: 5px; padding:0;} ul.expressomail-thumbs-list li img {width:100%; height:100%; border: 2px solid #FDE7BC;} .expressomail-thumbs-link { font-size:11px;} /* todo o resto */ table.expressomail-message-body {width:100%; height:100%;} table.table_message {background-image: url(../../../phpgwapi/templates/default/images/fundo_msg.png); background-repeat:repeat-x;} .table_message{         cursor: default;         border-width: 1px;         border-spacing: 0px 0px;         border-style: outset;         border-color: gray;         border-collapse: separate;         border-radius: 3px;         -moz-border-radius: 3px;         -webkit-border-radius: 3px; } .div_message_scroll { background: none repeat scroll 0% 0% WHITE; overflow: auto; padding-right: 5px;}
Note: See TracBrowser for help on using the repository browser.