Ignore:
Timestamp:
07/12/12 12:24:14 (12 years ago)
Author:
tezza
Message:

Ticket #2953 - Aumentado a altura da DIV dos anexos e removendo um 'style' não utilizado.

Location:
sandbox/2.4.2-expresso2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/templates/default/main.css

    r6762 r6767  
    146146 
    147147div.attachments-list { 
    148         max-height: 115px; 
     148        max-height: 130px; 
    149149        overflow-y: auto; 
    150150        padding-top: 5px; 
  • sandbox/2.4.2-expresso2/prototype/modules/mail/templates/attachment_add_itemlist.ejs

    r6760 r6767  
    11<div class="att-box ui-corner-all <%= (typeof(data.file.error) != 'boolean' ? 'invalid-email-box' : '') %>"> 
    2         <span class="att-box-value" style="padding: 5px;"><%=data.file.fileName%>&nbsp;<b>(<%=data.file.fileSize%>)</b></span> 
     2        <span class="att-box-value"><%=data.file.fileName%>&nbsp;<b>(<%=data.file.fileSize%>)</b></span> 
    33    <span class="att-box-fullfilename" style="display:none;"><%=data.file.fullFileName%></span> 
    44    <span class="att-box-filesize" style="display:none;"><%=data.file.fileSize%></span> 
Note: See TracChangeset for help on using the changeset viewer.