From 950451966219be5be037d5757d316b9216ec051f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 22 Jan 2018 14:35:40 +0300 Subject: [PATCH] Fix Bug 36523. --- .../main/app/view/FileMenuPanels.js | 4 ++-- .../main/app/view/FileMenuPanels.js | 4 ++-- .../main/resources/less/leftmenu.less | 19 ------------------- .../main/app/view/FileMenuPanels.js | 4 ++-- .../main/resources/less/leftmenu.less | 19 ------------------- 5 files changed, 6 insertions(+), 44 deletions(-) diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 09b53fe77..8aa55f3d0 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1129,7 +1129,7 @@ define([ '
', '', '', - '', + '', '', '', '', @@ -1153,7 +1153,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %><%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index 4d76e331a..4ecdd3f82 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -894,7 +894,7 @@ define([ '
', '
<%= tipText %><%= tipText %>
', '', - '', + '', '', '', '', @@ -918,7 +918,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %><%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index bfe02ecac..a269387b9 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -471,25 +471,6 @@ } } } - - #panel-protect { - label, span { - font-size: 12px; - } - - padding: 30px 30px; - - .header { - font-weight: bold; - margin: 30px 0 10px; - } - - table { - td { - padding: 5px 0; - } - } - } } } diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index a8fe5ee80..efea90e92 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1349,7 +1349,7 @@ define([ '
', '
<%= tipText %><%= tipText %>
', '', - '', + '', '', '', '', @@ -1373,7 +1373,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %><%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index cd2301681..59e7c6ba8 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -540,25 +540,6 @@ } } } - - #panel-protect { - label, span { - font-size: 12px; - } - - padding: 30px 30px; - - .header { - font-weight: bold; - margin: 30px 0 10px; - } - - table { - td { - padding: 5px 0; - } - } - } } }
<%= tipText %><%= tipText %>