Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10791 Rev 10792
Línea 705... Línea 705...
705
			$("#cuadro_noticias").addClass("fixed");
705
			$("#cuadro_noticias").addClass("fixed");
706
		}else{
706
		}else{
707
			$("#cuadro_noticias").removeClass("fixed");
707
			$("#cuadro_noticias").removeClass("fixed");
708
		}
708
		}
709
	})
709
	})
-
 
710
	$(window).resize(function() { 
-
 
711
		anchoFondoOscuro = $(".articulo_noticia").width();
-
 
712
		altoFondoOscuro = $(".editor_imagenes").height();
-
 
713
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
714
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
715
	});
Línea 710... Línea 716...
710
 
716
 
711
	$(document).on("dragover", "#imagen_noticia", function(e){
717
	$(document).on("dragover", "#imagen_noticia", function(e){
712
		e.preventDefault();
718
		e.preventDefault();
713
		e.stopPropagation();
719
		e.stopPropagation();