Revision 1e689956

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
34 34
.cloudbar ul.services li a						{ padding:0 30px; display:block; } 
35 35
.cloudbar .red-border							{ border:2px solid red; }
36 36
.cloudbar ul.services li.red-border				{ height:31px; line-height:31px; margin-left:0px; margin-right:0px; }
37
.cloudbar .profile:hover ul						{ display:block; }
38
.cloudbar .profile:hover .full span				{ background-image:url(../images/arrow-up.png); }
37 39

  
38 40
@media screen and (max-width : 480px) 		{ 
39 41
	.cloudbar .profile 							{ float:none; }	 
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.js
117 117
	 	$('.cloudbar .profile .full>a').siblings('ul').hide();
118 118
	});
119 119
 
120
   
120
   /*
121 121
   	$('.cloudbar .profile .full>a').live('click', function(e){
122 122
   		
123 123
   		e.stopPropagation();
......
127 127
   		$(this).toggleClass('open');
128 128
   		
129 129
   	});
130

  
130
*/
131
	 
131 132
    
132 133
});
133 134

  

Also available in: Unified diff