Commit 5df3bb79 authored by Oleg.Korshul's avatar Oleg.Korshul

убран бордер при скрытии окна табнейлов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59179 954022d7-b5bf-4e40-9824-e11837661b57
parent 724116b4
......@@ -1406,6 +1406,8 @@ function CEditorPage(api)
this.m_oNotesContainer.Bounds.AbsH = this.Splitter2Pos;
this.m_oThumbnailsContainer.HtmlElement.style.display = "block";
this.m_oMainContent.HtmlElement.style.borderLeft = "1px" + GlobalSkin.BorderSplitterColor + " solid";
}
else
{
......@@ -1416,6 +1418,8 @@ function CEditorPage(api)
this.m_oNotesContainer.Bounds.AbsH = this.Splitter2Pos;
this.m_oThumbnailsContainer.HtmlElement.style.display = "none";
this.m_oMainContent.HtmlElement.style.borderLeft = "1px" + GlobalSkin.BorderSplitterColor + " none";
}
this.OnResize2(true);
......
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