Changeset 4073


Ignore:
Timestamp:
04/19/11 15:02:47 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1594 - acerto nos estilos do template default para o redimensionamento das colunas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/templates/default/main.css

    r3726 r4073  
    2626} 
    2727 
    28  
    2928.table_box{ 
    3029        width: 100%; 
     
    3534        font-size: 13px; 
    3635        cursor: pointer; 
     36        table-layout: fixed; 
    3737} 
    3838 
     
    4646        border-width: 0px;       
    4747} 
     48 
     49.th_resizable { 
     50        padding-left: 3px !important; 
     51        border-left: solid 1px #999; 
     52        text-overflow: ellipsis; 
     53        overflow: hidden; 
     54        white-space: nowrap; 
     55} 
     56 
     57.td_resizable { 
     58        border: 0px; 
     59        border-left: solid 1px #dde1dd; 
     60        text-overflow: ellipsis; 
     61        overflow: hidden; 
     62        white-space: nowrap; 
     63        border-right-width: 0px !important; 
     64} 
     65 
    4866.tr_msg_unread {         
    4967        font-weight:bold !important; 
     
    103121.message_header{ 
    104122        background-color: #ABC6E1; 
     123} 
     124 
     125.message_header td { 
     126        padding: 0px; 
     127} 
     128 
     129.table_message_ruler { 
     130        width: 10px; 
     131        border: none; 
     132        border-left: 1px dotted #88a; 
     133        display: none; 
     134        position: absolute; 
     135        z-index: 10; 
     136        height: 300px; 
    105137} 
    106138 
     
    115147        font-size: 13px;         
    116148        cursor: pointer; 
     149        table-layout: fixed; 
    117150} 
    118151.font-menu 
Note: See TracChangeset for help on using the changeset viewer.