Revision da7eb085 snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
110 110
    });*/
111 111
   $('.cloudbar .profile .full>a').live('click', function(e){
112 112
   		e.preventDefault();
113
        $('.cloudbar .profile ul').css('width',$('.profile').outerWidth() );
113 114
   		$(this).siblings('ul').toggle();
114 115
   		$(this).toggleClass('open');
116
   		
115 117
   });
116 118
    
117
    var profileWidth = profile.outerWidth(); 
118
    $('.header .profile ul').css('width',profileWidth );
119
    
119 120

  
120 121
    
121 122
    

Also available in: Unified diff