Changeset 4815


Ignore:
Timestamp:
07/19/11 15:32:29 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1820 - Cursor incorreto no resultado de pesquisa em arquivamento local.r4679

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/search.js

    r4807 r4815  
    844844                        var _div_gears = document.createElement("div"); 
    845845                                _div_gears.onclick = function(){ EsearchE.viewLocalMessage(); }; 
    846                                 _div_gears.setAttribute("style", "cursor: pointer; background: none repeat scroll 0% 0% rgb(255, 238, 187); color: red; line-height: 2em; font-size: 1.2em; text-align: center;"); 
     846                                _div_gears.className = 'local-messages-search-warning'; 
    847847                                _div_gears.innerHTML = get_lang("The search has% 1 messages stored locally. Want to see them ? Click here.", Data['gears_num_msgs']); 
    848848 
  • trunk/expressoMail1_2/templates/default/main.css

    r4801 r4815  
    100100        width : 100%; 
    101101        color: black; 
    102         font-weight: bold; 
     102        font-weight: bold; 
    103103        background-color: #ffc; 
    104104        border-bottom:1px solid #cfcfcf; 
     
    157157} 
    158158.font-menu { 
    159         color:#000; 
     159    color: #000; 
    160160} 
    161161 
    162162.font-menu-sel { 
    163         color:#0000FF; 
     163        color:#0000FF; 
    164164} 
    165165 
     
    537537} 
    538538.dsused { 
    539         background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif); 
     539        background-image: url(../../../expressoMail1_2/templates/default/images/dsused.gif); 
    540540} 
    541541 
     
    554554        input[type="file"] 
    555555        { 
    556                 width:500px; 
     556                      width:500px; 
    557557        } 
    558558} 
     559 
     560.local-messages-search-warning { 
     561        cursor: pointer; 
     562        cursor: hand; 
     563        background: none repeat scroll 0% 0% rgb(255, 238, 187); 
     564        color: red; 
     565        line-height: 2em; 
     566        font-size: 1.2em; 
     567        text-align: center; 
     568} 
Note: See TracChangeset for help on using the changeset viewer.