Revision ef083adf

b/snf-astakos-app/astakos/im/static/im/css/forms.css
113 113
#okeanos_recaptcha label.recaptcha_only_if_image,
114 114
#okeanos_recaptcha label.recaptcha_only_if_audio{ position:absolute; top:auto; bottom:11px; }
115 115
#okeanos_recaptcha a.recaptcha_audio_cant_hear_link { margin-left:20px;  }
116
#okeanos_recaptcha #recaptcha_response_field	{ width:220px; float:left; margin-left:-1px;  }
116
#okeanos_recaptcha #recaptcha_response_field	{ width:170px; float:left; margin-left:-1px;  }
117 117
#okeanos_recaptcha .img							{ width:23px; float:left; height:23px; overflow:hidden; margin:8px; }
118 118
#okeanos_recaptcha .img a						{ display:block; width:100%; height:100%; background:url(../images/refresh_lg.png) no-repeat top left; text-indent:-100px }
119 119
#okeanos_recaptcha .img-refresh	a				{ background:url(../images/refresh_lg.png); }
b/snf-astakos-app/astakos/im/static/im/js/common.js
282 282
    
283 283
    $('.landing-page .pithos').hover(
284 284
      function () {
285
      	 el = $('.cloudbar ul.services li:nth-child(2)');
285
      	 el = $('.cloudbar ul.services li:nth-child(3)');
286 286
      	 var offset = el.offset();
287 287
      	 positionX = offset.left;
288 288
      	 left = parseInt(positionX) +20;
......
296 296
    
297 297
    $('.landing-page .cyclades').hover(
298 298
      function () {
299
      	 el = $('.cloudbar ul.services li:nth-child(3)').first();
299
      	 el = $('.cloudbar ul.services li:nth-child(2)').first();
300 300
      	 var offset = el.offset();
301 301
      	 positionX = offset.left;
302 302
      	 left = parseInt(positionX) +20;
......
326 326
    	e.preventDefault();
327 327
    });
328 328
	  
329
	  
329
	// fix for recaptcha fields
330
	$('#okeanos_recaptcha').parents('.form-row').find('.extra-img').hide();	  
330 331
     
331 332
	 
332 333
	    

Also available in: Unified diff