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

Location:
sandbox/newExpressoMail/expressoMail1_2/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/newExpressoMail/expressoMail1_2/templates/default/index.tpl

    r6997 r7167  
    9595        </td> 
    9696        <td class="collapse_folders_td"> 
    97                 <span class="collapse_folders"/> 
     97                <span class="collapse_folders ui-icon ui-icon-triangle-1-w" title="Ocultar"></span> 
     98                <span class="collapse_folders ui-icon ui-icon-triangle-1-e" title="Expandir" style="display:none;"></span> 
    9899        </td>                    
    99100        <td width="100%" valign="top" align="left"> 
    100101                <div id="exmail_main_body" class="messagescol"> 
    101102                        <div id="ptabs"> 
    102                 <ul> 
     103                <ul style="border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;"> 
    103104                    <li class="ui-tab-disabled" style="opacity: 100;"> 
    104                         <a href="#ui-tabs-0">&nbsp;{lang_inbox}&nbsp;<font face="Verdana" size="1" color="#505050"> 
     105                        <a href="#ptabs_0">&nbsp;{lang_inbox}&nbsp;<font face="Verdana" size="1" color="#505050"> 
    105106                            [<span id="new_m">0</span> / <span id="tot_m">0</span>]</font> 
    106107                        </a> 
    107108                    </li> 
    108109                </ul> 
    109                 <div id="ui-tabs-0"> 
    110                     <table class="fuu" id="message_attacher_grid"> 
     110                <div id="ptabs_0" role="folder"> 
     111                    <table id="message_attacher_grid"> 
    111112                        <tr> 
    112113                            <td/> 
  • 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.