Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11259 Rev 11260
Línea 1041... Línea 1041...
1041
		e.preventDefault();
1041
		e.preventDefault();
1042
		e.stopPropagation();
1042
		e.stopPropagation();
1043
		$(this).css({"background":"rgba(0,0,0,.2)"})
1043
		$(this).css({"background":"rgba(0,0,0,.2)"})
1044
	})
1044
	})
Línea 1045... Línea 1045...
1045
 
1045
 
1046
	$('.editor_imagenes').resize(function() { 
1046
	$(window).resize(function() { 
1047
		anchoFondoOscuro = $(".articulo_noticia").width();
1047
		anchoFondoOscuro = $(".articulo_noticia").width();
1048
		altoFondoOscuro = $(".editor_imagenes").height();
1048
		altoFondoOscuro = $(".editor_imagenes").height();
1049
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
1049
		$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
-
 
1050
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
-
 
1051
		setTimeout(function(){
-
 
1052
			anchoFondoOscuro = $(".articulo_noticia").width();
-
 
1053
			altoFondoOscuro = $(".editor_imagenes").height();
-
 
1054
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
1050
		$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
1055
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
Línea 1051... Línea 1056...
1051
		
1056
		},300)
1052
		
1057
		
1053
	});
1058
	});
1054
 
1059
	
1055
	$(document).on("drop", "#imagen_noticia", function(e){
1060
	$(document).on("drop", "#imagen_noticia", function(e){
1056
		e.preventDefault();
1061
		e.preventDefault();
1057
		e.stopPropagation();
1062
		e.stopPropagation();