Skip to content
Snippets Groups Projects
Commit 2d762825 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

fixing positioning problem of the details window

parent f09da4d5
No related branches found
No related tags found
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -251,7 +251,7 @@ function show_details(id,next,prev) { ...@@ -251,7 +251,7 @@ function show_details(id,next,prev) {
$("body").removeClass("busy"); $("body").removeClass("busy");
$("#link_"+id).removeClass("busy"); $("#link_"+id).removeClass("busy");
$("#entity_details").dialog("open"); $("#entity_details").dialog("open");
$("#entity_details").parent().css("top", $(window).scrollTop()+30); $("#entity_details").parent().css("top", $(window).scrollTop()+30).css("left", "30px");
$("#entity_details_content").html(data); $("#entity_details_content").html(data);
if(coco_id != 0) if(coco_id != 0)
$("#show_coco").show(); $("#show_coco").show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment