Ignore:
Timestamp:
01/25/12 08:46:20 (12 years ago)
Author:
gustavo
Message:

Ticket #2462 - Melhorias na tela de composição de mensagens do ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/expressomail.css

    r5134 r5417  
    55ul.expressomail-attachments-list li {} 
    66.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;} 
    727 
    828/* thumbs list on message screen */ 
     
    1737 .jcarousel-container { width: auto;} 
    1838  
    19  
    20  
     39 button.expressomail-button-icon-ative{color:#E17009; border: 1px solid #E17009;background: none repeat scroll 0 0 #FFE1CC;} 
    2140 
    2241/* todo o resto */ 
Note: See TracChangeset for help on using the changeset viewer.