Commit 2d49da25 by Kim Eunchul

#40373 【TECSS(Biz) webviewer 1.9】ジャンルツリー(グループツリー)を右側にドラッグした際、サムネイル(リスト)の位置が変わってしまう

parent 799951a9
...@@ -62,6 +62,7 @@ function ResizeTab() { ...@@ -62,6 +62,7 @@ function ResizeTab() {
$(".cnt_section_list .text .info .pic li .iconList").css("margin-right", 0); $(".cnt_section_list .text .info .pic li .iconList").css("margin-right", 0);
$(".cnt_section_list .text .info .pic li .iconList").css("right", 0); $(".cnt_section_list .text .info .pic li .iconList").css("right", 0);
$(".cnt_section_list .text .info .pic li .iconList").css("position", "relative"); $(".cnt_section_list .text .info .pic li .iconList").css("position", "relative");
$(".cnt_section_list .text ul.pic li").css("height", 21);
}else{ }else{
$(".cnt_section_list .text").css("width", "300px"); $(".cnt_section_list .text").css("width", "300px");
$(".cnt_section_list .text").css("margin", "0 0 0 25px"); $(".cnt_section_list .text").css("margin", "0 0 0 25px");
......
...@@ -506,13 +506,13 @@ HOME.ResizeTab = function() { ...@@ -506,13 +506,13 @@ HOME.ResizeTab = function() {
$(".cnt_section_list .text").css("margin", "0 0 0 0"); $(".cnt_section_list .text").css("margin", "0 0 0 0");
$(".cnt_section_list .text .info .pic li .iconList").css("margin-right", 0); $(".cnt_section_list .text .info .pic li .iconList").css("margin-right", 0);
$(".cnt_section_list .text .info .pic li .iconList").css("right", 0); $(".cnt_section_list .text .info .pic li .iconList").css("right", 0);
$(".cnt_section_list .text .info .pic li .iconList").css("position", "relative"); $(".cnt_section_list .text .info .pic li .iconList").css("position", "relative");
$(".cnt_section_list .text ul.pic li").css("height", 21);
}else{ }else{
$(".cnt_section_list .text").css("width", "300px"); $(".cnt_section_list .text").css("width", "300px");
$(".cnt_section_list .text").css("margin", "0 0 0 25px"); $(".cnt_section_list .text").css("margin", "0 0 0 25px");
$(".cnt_section_list .text .info .pic li .iconList").css("right", -145); $(".cnt_section_list .text .info .pic li .iconList").css("right", -145);
$(".cnt_section_list .text .info .pic li .iconList").css("position", "absolute"); $(".cnt_section_list .text .info .pic li .iconList").css("position", "absolute");
} }
if(193 + document.getElementsByClassName("sort_area")[0].clientWidth > articleBody[0].clientWidth){ if(193 + document.getElementsByClassName("sort_area")[0].clientWidth > articleBody[0].clientWidth){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment