Revision 246eba2f

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
156 156
.cloudbar .profile ul li:hover a				{ color:#01A1AE;}
157 157

  
158 158
.cloudbar .profile .full a                      { padding-right:20px; background:url(../images/arrow-white.png) no-repeat right center; width:auto;}
159
.cloudbar .profile .full a.open					{ background-image:url(../images/arrow-white-reverse.png); }
159 160
.cloudbar .profile .full ul 					{ border:1px dashed #000; border-top:0 none; border-right:0 none;}
160 161
.cloudbar .profile ul li a                      { padding-right:0; background:none; color:#000; display:inline; width:auto;}
161 162
.cloudbar ul.services                           { margin:0; padding:0; }
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
108 108
        $(this).parents('.profile').css('backgroundColor','#01A1AE');
109 109
        
110 110
    });*/
111
   $('.cloudbar .profile .full a').live('click', function(e){
111
   $('.cloudbar .profile .full>a').live('click', function(e){
112 112
   		e.preventDefault();
113 113
   		$(this).siblings('ul').toggle();
114
   		$(this).toggleClass('open');
114 115
   });
115 116
    
116 117
    var profileWidth = profile.outerWidth(); 

Also available in: Unified diff