Changeset 8243


Ignore:
Timestamp:
10/29/13 09:42:53 (10 years ago)
Author:
douglas
Message:

Ticket #3496 - Inconsistencias ao clicar nos botoes anexar arquivos e anexar mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoMail1_2/js/draw_api.js

    r8240 r8243  
    52305230        }*/ 
    52315231        }).css({ 
    5232         "height" : ($.browser.mozilla ? "15px" : "20px"),  
     5232        "height" : "20px",  
    52335233        // "width": (is_webkit ? "205px" : "100px"), 
    52345234        "width" : "205px", 
    5235         "margin-top" : ($.browser.mozilla ? "10px" : "0"), 
    5236         "margin-right" : (is_mozilla ? "30px" : "0"), 
     5235        "margin-top" : ($.browser.mozilla ? "3px" : "0"), 
     5236        "margin-right" : ($.browser.mozilla ? "15px" : "0"), 
    52375237        "border-width": "0 0 0px 0px",  
    52385238        "transform" : "rotate(-360deg) translate(5px, -0.5px) scale(1.1)",   
Note: See TracChangeset for help on using the changeset viewer.