Ignore:
Timestamp:
12/22/11 16:54:40 (12 years ago)
Author:
douglasz
Message:

Ticket #2402 - Inconsistencia ao anexar mensagens ao e-mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/attach_message/attach_message.css

    r5278 r5283  
    3232 
    3333/* especifico */ 
    34 #foldertree-container { width:220px;height:240px; display:inline-block;margin:5px 0px 5px 5px;overflow:auto;} 
    35 #mailgrid-container {width:650px;/*height:240px;*/ margin:5px 5px 5px 0px; float:right; overflow:auto;} 
    36 #mailpreview_container {margin:5px;padding:0px;height:200px;} 
    37 #mailpreview_container .ui-tabs-panel {height:145px;overflow:auto;padding:0px;} 
     34#foldertree-container { width:220px;height:240px; display:inline-block;margin:5px 5px 5px 5px;overflow:auto;float:left;} 
     35#mailgrid-container {width:640px;/*height:240px;*/ margin:5px 0px 5px 0px; float:right; overflow:auto;} 
     36#mailpreview_container {margin:5px;padding:0px;height:220px; width:888; float:left; margin:5px 5px 5px 5px;} 
     37#mailpreview_container .ui-tabs-panel {height:194px;overflow:auto;padding:0px; width:886px;} 
    3838/*#mailpreview_tabs { max-height: 20px; }*/ 
    39 #buttons-container {text-align: right;margin:5px;} 
     39#buttons-container {text-align: right;margin:5px 0px 5px 5px;float:right;} 
    4040#selected_messages_counter {text-align:right;padding:0;} 
    4141#selected_messages_number { } 
     
    6666.mailpreview-message-body {padding:5px;} 
    6767 
     68.expresso-window-container{height:520px;} 
     69#message-attach-dialog {overflow:visible !important;} 
Note: See TracChangeset for help on using the changeset viewer.