Changeset 7750


Ignore:
Timestamp:
01/15/13 10:48:20 (11 years ago)
Author:
eduardow
Message:

Ticket #3294 - Inconsistência no layout dos marcadores

Location:
trunk/prototype/modules/mail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/css/label.css

    r5866 r7750  
    3333 
    3434.acc-list h3{ 
     35        margin-top: 2px; 
    3536        font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;  
    3637        font-size:11px;  
    3738        color:#555;  
    38         margin:0;  
    39         padding:5px 3px;  
     39        padding:3px 3px;  
    4040        background-color:#fff; 
    4141} 
     
    113113 
    114114.label-configure-win .insert-label{width: 200px; outline:0; background:#FFF;} 
    115 .label-configure-win .attendee-list-add fieldset { height:15px; width: 178px; background:#FFF; margin:5px 2px 20px 2px;} 
     115.label-configure-win .attendee-list-add fieldset { height:15px; width: 174px; background:#FFF; margin:5px 2px 20px 2px;} 
    116116.label-configure-win .attendee-list-add fieldset .insert-label{ width:130px; border:#FFF; outline: 0 none; margin:0; } 
    117117.label-configure-win .color-suggestions { margin: 10px 0 30px 0; } 
  • trunk/prototype/modules/mail/js/label.js

    r7635 r7750  
    495495                $(".label-list-container .label-list li").find("img").remove(); 
    496496                $(".label-list-container .label-list li.label-item").removeClass("selected"); 
    497                 $(this).prepend("<img src='../prototype/modules/mail/img/triangle.png' style='margin: 0 5px 0 -5px;'>"); 
     497                $(this).prepend("<img src='../prototype/modules/mail/img/triangle.png' style='margin: 0 5px 0 -4px;'>"); 
    498498                $(this).addClass("selected"); 
    499499        }); 
Note: See TracChangeset for help on using the changeset viewer.