Changeset 5710 for trunk


Ignore:
Timestamp:
03/13/12 10:14:17 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Foi aumentado o tamanho dos marcadores dentro dos emails.

File:
1 edited

Legend:

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

    r5708 r5710  
    29952995                        backgroundColor = labels[i].label.backgroundColor; 
    29962996                        nameLabel = labels[i].label.name; 
    2997                         markers.innerHTML+= "<div  style='width: 130px; height: 15px; background:"+backgroundColor+"; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin:0 0 1px 1px; border: 1px solid "+borderColor+"'><span style='color: "+fontColor+"; margin: 5px;'>"+nameLabel+"</a></div>"; 
     2997                        markers.innerHTML+= "<div  style='width: 150px; height: 15px; background:"+backgroundColor+"; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; margin:0 0 1px 1px; border: 1px solid "+borderColor+"'><span style='color: "+fontColor+"; margin: 5px;'>"+nameLabel+"</a></div>"; 
    29982998                         
    29992999                } 
Note: See TracChangeset for help on using the changeset viewer.