Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12341 Rev 12342
Línea 810... Línea 810...
810
		}
810
		}
811
	})
811
	})
812
	$(document).on("mouseout", ".editorNoticia",function(){
812
	$(document).on("mouseout", ".editorNoticia",function(){
813
		$("body").css({"overflow": "auto"})
813
		$("body").css({"overflow": "auto"})
814
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right", "0px")
814
		$(".cuadro_noticias, .fixed_noticia,.tituloEditor,.grid-padre").css("margin-right", "0px")
815
		$(".barra,.footer").css("padding-right","0px")
815
		$(".barra,.footer,.subpanel").css("padding-right","0px")
Línea 816... Línea 816...
816
		
816
		
817
	})
817
	})
818
	$(document).on('mousewheel', ".editorNoticia",function(e){
818
	$(document).on('mousewheel', ".editorNoticia",function(e){
819
		var ruedita = e.originalEvent.wheelDelta 
819
		var ruedita = e.originalEvent.wheelDelta