Changeset 4679 for branches


Ignore:
Timestamp:
07/06/11 17:48:43 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2070 - Cursor incorreto no resultado de pesquisa em arquivamento local

Location:
branches/2.2.0.1/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/expressoMail1_2/js/search.js

    r4670 r4679  
    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 
  • branches/2.2.0.1/expressoMail1_2/templates/default/main.css

    r4109 r4679  
    577577        } 
    578578} 
     579 
     580.local-messages-search-warning { 
     581        cursor: pointer; 
     582        cursor: hand; 
     583        background: none repeat scroll 0% 0% rgb(255, 238, 187); 
     584        color: red; 
     585        line-height: 2em; 
     586        font-size: 1.2em; 
     587        text-align: center; 
     588} 
Note: See TracChangeset for help on using the changeset viewer.