Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11253 Rev 11261
Línea 1893... Línea 1893...
1893
			$("#cuadro_noticias").addClass("fixed");
1893
			$("#cuadro_noticias").addClass("fixed");
1894
		}else{
1894
		}else{
1895
			$("#cuadro_noticias").removeClass("fixed");
1895
			$("#cuadro_noticias").removeClass("fixed");
1896
		}
1896
		}
1897
	})
1897
	})
-
 
1898
	$(window).resize(function() { 
-
 
1899
		anchoFondoOscuro = $(".articulo_noticia").width();
-
 
1900
		altoFondoOscuro = $(".editor_imagenes").height();
-
 
1901
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1902
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1903
		setTimeout(function(){
-
 
1904
			anchoFondoOscuro = $(".articulo_noticia").width();
-
 
1905
			altoFondoOscuro = $(".editor_imagenes").height();
-
 
1906
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1907
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1908
		},300)
1898
 
1909
		
-
 
1910
	});
1899
	$(document).on("dragover", "#imagen_noticia", function(e){
1911
	$(document).on("dragover", "#imagen_noticia", function(e){
1900
		e.preventDefault();
1912
		e.preventDefault();
1901
		e.stopPropagation();
1913
		e.stopPropagation();
1902
		$(this).css({"background":"rgba(0,0,0,.2)"})
1914
		$(this).css({"background":"rgba(0,0,0,.2)"})
1903
	})
1915
	})