Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6997 | Rev 7000 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6997 Rev 6999
Línea 823... Línea 823...
823
			if(fileToggle){
823
			if(fileToggle){
824
				$('#imagen_noticias').css({
824
				$('#imagen_noticias').css({
825
					'height': '320px',
825
					'height': '320px',
826
    				'width': '420px',
826
    				'width': '420px',
827
				})
827
				})
-
 
828
				$('.cuadro_noticias').addClass('tienda')
Línea 828... Línea 829...
828
				
829
				
829
			}else{
830
			}else{
830
				$('#imagen_noticias').css({
831
				$('#imagen_noticias').css({
831
					'height': '480px',
832
					'height': '480px',
832
    				'width': '320px',
833
    				'width': '320px',
-
 
834
				})
833
				})
835
				$('.cuadro_noticias').removeClass('tienda')
834
			}
836
			}
835
			console.log(ph+'  '+pw)
837
			console.log(ph+'  '+pw)
836
			scroll_altura=$(".articulo_noticia").offset().top-110;
838
			scroll_altura=$(".articulo_noticia").offset().top-110;
837
			anchoFondoOscuro = $(".articulo_noticia").width();
839
			anchoFondoOscuro = $(".articulo_noticia").width();