diff --git a/apps/documenteditor/main/app/view/FileMenuPanels.js b/apps/documenteditor/main/app/view/FileMenuPanels.js index 7da717107..04d69a892 100644 --- a/apps/documenteditor/main/app/view/FileMenuPanels.js +++ b/apps/documenteditor/main/app/view/FileMenuPanels.js @@ -1115,7 +1115,7 @@ define([ '
', '', '', - '', + '', '', '', '', @@ -1139,7 +1139,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index a37fdee1a..588b01951 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -373,7 +373,7 @@ } #panel-protect { - label, span { + label { font-size: 12px; } diff --git a/apps/presentationeditor/main/app/view/FileMenuPanels.js b/apps/presentationeditor/main/app/view/FileMenuPanels.js index a9472caf9..8824cf8a9 100644 --- a/apps/presentationeditor/main/app/view/FileMenuPanels.js +++ b/apps/presentationeditor/main/app/view/FileMenuPanels.js @@ -880,7 +880,7 @@ define([ '
', '
<%= tipText %>
', '', - '', + '', '', '', '', @@ -904,7 +904,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index a269387b9..ad4c2a9df 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -454,7 +454,7 @@ } #panel-protect { - label, span { + label { font-size: 12px; } diff --git a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js index c90858193..f3879f97c 100644 --- a/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js +++ b/apps/spreadsheeteditor/main/app/view/FileMenuPanels.js @@ -1340,7 +1340,7 @@ define([ '
', '
<%= tipText %>
', '', - '', + '', '', '', '', @@ -1364,7 +1364,7 @@ define([ this.templateSignature = _.template([ '
<%= scope.txtEncrypted %>
', '', - '', + '', '', '', '', diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index 59e7c6ba8..7c96ca0ce 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -523,7 +523,7 @@ } #panel-protect { - label, span { + label { font-size: 12px; }
<%= tipText %>