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([
'
',
'',
'',
- '<%= scope.txtEncrypted %> | ',
+ '<%= scope.txtEncrypted %> | ',
'
',
'',
' | ',
@@ -1153,7 +1153,7 @@ define([
this.templateSignature = _.template([
'',
'',
- '<%= tipText %> | ',
+ '<%= tipText %> | ',
'
',
'',
' | ',
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([
'',
'',
'',
- '<%= scope.txtEncrypted %> | ',
+ '<%= scope.txtEncrypted %> | ',
'
',
'',
' | ',
@@ -918,7 +918,7 @@ define([
this.templateSignature = _.template([
'',
'',
- '<%= tipText %> | ',
+ '<%= tipText %> | ',
'
',
'',
' | ',
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([
'',
'',
'',
- '<%= scope.txtEncrypted %> | ',
+ '<%= scope.txtEncrypted %> | ',
'
',
'',
' | ',
@@ -1373,7 +1373,7 @@ define([
this.templateSignature = _.template([
'',
'',
- '<%= tipText %> | ',
+ '<%= tipText %> | ',
'
',
'',
' | ',
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;
- }
- }
- }
}
}