Ignore:
Timestamp:
10/02/12 14:29:18 (12 years ago)
Author:
angelo
Message:

Ticket #3136 - Quebra no layout do Expresso Mail ao criar nova mensagem

File:
1 edited

Legend:

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

    r7113 r7335  
    11<div class="new-msg-head-buttons table_message ui-widget-header" style="width:100%; clear: both; display: inline-block; height: 30px;"> 
    2         <div class="new-msg-head-left-buttons" style="float: left; margin: 3px;">                
     2        <div class="new-msg-head-left-buttons" style="float: left; margin: 3px; white-space: nowrap;">           
    33                <button class="send button small" title="<%= get_lang("Send Mail") %>"><%= get_lang("Send") %></button> 
    44                <% 
     
    3131                %> 
    3232        </div> 
    33         <div class="new-msg-head-right-buttons" style="float: right; margin: 3px; margin-rigth: 5px;"> 
     33        <div class="new-msg-head-right-buttons" style="float: right; margin: 3px; margin-rigth: 5px; white-space: nowrap;"> 
    3434                <button class="button small cc-button"><%= get_lang("Add CC") %></button> 
    3535                <%if(allow_hidden_copy){ %> 
Note: See TracChangeset for help on using the changeset viewer.