Ignore:
Timestamp:
04/20/12 08:57:51 (12 years ago)
Author:
gustavo
Message:

Ticket #2611 - Refatorar interface de criação de nova mensagem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/templates/new_message.ejs

    r5945 r5979  
    3939        </div> 
    4040</div> 
    41 <div class="new-msg-head-data" style="clear: both; font-size:11px;"> 
     41<div class="new-msg-head-data" style="font-size:11px; overflow: auto;height: 100%; width: 100%;"> 
    4242        <form method="POST" id="form_message_<%= data.id%>" name="form_message_<%= data.id%>" action="message:detail" <%= (is_ie ? "encoding=\'multipart/form-data\'" : "enctype=\'multipart/form-data\'") %>> 
    4343                <input style="display: none; " name="abaID" value="<%= data.id %>"> 
Note: See TracChangeset for help on using the changeset viewer.