Ignore:
Timestamp:
09/04/12 18:07:11 (12 years ago)
Author:
gustavo
Message:

Ticket #2939 - Melhorias na exibicao das abas e da listagem de email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/newExpressoMail/expressoMail1_2/templates/default/main.css

    r6997 r7167  
    4343table.expressomail-message-body {width:100%; height:100%;} 
    4444table.table_message, div.table_message { 
    45 background: #96b3d3; /* Old browsers */ 
    46 background: -moz-linear-gradient(top, #96b3d3 0%, #b4c9e4 30%, #d9e6ef 65%, #e2e9f1 70%, #e9f0f8 78%, #e8f1fa 83%, #dbe5ef 96%, #d9e3ed 100%); /* FF3.6+ */ 
    47 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96b3d3), color-stop(30%,#b4c9e4), color-stop(65%,#d9e6ef), color-stop(70%,#e2e9f1), color-stop(78%,#e9f0f8), color-stop(83%,#e8f1fa), color-stop(96%,#dbe5ef), color-stop(100%,#d9e3ed)); /* Chrome,Safari4+ */ 
    48 background: -webkit-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Chrome10+,Safari5.1+ */ 
    49 background: -o-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* Opera 11.10+ */ 
    50 background: -ms-linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* IE10+ */ 
    51 background: linear-gradient(top, #96b3d3 0%,#b4c9e4 30%,#d9e6ef 65%,#e2e9f1 70%,#e9f0f8 78%,#e8f1fa 83%,#dbe5ef 96%,#d9e3ed 100%); /* W3C */ 
    52 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96b3d3', endColorstr='#d9e3ed',GradientType=0 ); /* IE6-9 */ 
     45        border-top-left-radius: 0px;  
     46        border-top-right-radius: 0px; 
    5347} 
    5448table.expressomail-message-body tr{vertical-align:top;} 
     
    803797.em_div_sidebox_menu { 
    804798        position: relative; 
    805         left: 17px; 
     799        padding-left: 17px; 
    806800        cursor: pointer; 
    807801} 
     
    14711465}  
    14721466 
    1473 .ui-state-highlight { width: 60px; height: 23px; border-radius: 5px;} 
     1467.ui-state-highlight-prognus { width: 90px; height: 19px; border-radius: 5px; border : 3px dashed #F93 !important; border-bottom: 3px dashed #F93 !important;} 
     1468 
     1469.message-detail-hover { border-bottom : 1px solid #1B75BB !important;} 
     1470 
     1471.ui-tabs .ui-tabs-nav li .ui-icon-circle-close  { 
     1472        float: right; 
     1473        margin: 5px 5px 0 -5px; 
     1474} 
Note: See TracChangeset for help on using the changeset viewer.