Changeset 7634


Ignore:
Timestamp:
12/10/12 14:29:38 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail - ajuste layout

Location:
trunk
Files:
2 edited

Legend:

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

    r7561 r7634  
    144144.context-menu-item.icon-config { background-image: url(images/menu/config.png); } 
    145145 
     146 
     147.ui-button-text-only .ui-button-text 
     148{ 
     149        font-size: 0.9em; 
     150        padding: 0.1em 0.6em; 
     151} 
    146152 
    147153form.fileupload { margin: 14px 0 0 -13px; float: left; margin-bottom: -20px; } 
  • trunk/prototype/modules/mail/templates/attachment.ejs

    r7613 r7634  
    1 <div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 15px 0px 0px 0px; padding-bottom : 5px;"> 
     1<div id="fileupload_msg<%=data.ID%>" class="fileupload" style="margin : 5px 0px 0px 0px; padding-bottom : 5px;"> 
    22                        <button class="fileUploadButton">Anexar Arquivos</button> 
    33                        <INPUT type="file" id="fileInput<%=data.ID%>" name="files[]" style="display:none;" multiple></INPUT> 
Note: See TracChangeset for help on using the changeset viewer.