Changeset 6734


Ignore:
Timestamp:
07/06/12 10:44:51 (12 years ago)
Author:
eduardow
Message:

Ticket #2941 - Inconsistência no layout do expresso Mail ao criar evento de mensagem.

Location:
branches/2.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/templates/default/main.css

    r6729 r6734  
    10091009} 
    10101010 
     1011.qtip.qtip-blue.qtip-active ul {  
     1012        padding: 0;  
     1013}  
     1014  
     1015.qtip.qtip-blue.qtip-active li {  
     1016        width: 160px;  
     1017        list-style: none;  
     1018}  
     1019 
     1020.qtip.qtip-blue.qtip-active ul {  
     1021        padding: 0;  
     1022}  
     1023  
     1024.qtip.qtip-blue.qtip-active li {  
     1025        width: 160px;  
     1026        list-style: none;  
     1027}  
     1028 
    10111029.new-event-win.active .fc-event-skin { 
    10121030        border-color: #36C !important; 
  • branches/2.4/prototype/modules/calendar/js/helpers.js

    r6712 r6734  
    269269                hide: false, 
    270270                content: { 
    271                 text: $('<div></div>').html( DataLayer.render( 'templates/attendee_permissions.ejs', {} ) ),  
     271                text: $('<div></div>').html( DataLayer.render( path + 'templates/attendee_permissions.ejs', {} ) ),  
    272272                title: { 
    273273                text:'Permissões',  
     
    339339                                         
    340340                                         
    341             $('.button').button(); 
    342                                          
     341                $('.qtip .button').button();                                     
    343342        }; 
    344343        }else{ 
Note: See TracChangeset for help on using the changeset viewer.