From efd89c34502b1c320313c7fb1a3b6778fc5c8ed8 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 18 Aug 2021 11:58:45 +0300 Subject: [PATCH] [DE embedded] Fix Bug 51995 --- apps/common/embed/resources/less/common.less | 6 ++++++ apps/documenteditor/embed/index.html | 4 ++-- apps/documenteditor/embed/index.html.deploy | 4 ++-- apps/documenteditor/embed/index_loader.html | 4 ++-- apps/documenteditor/embed/index_loader.html.deploy | 4 ++-- apps/documenteditor/embed/js/ApplicationController.js | 1 - 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/apps/common/embed/resources/less/common.less b/apps/common/embed/resources/less/common.less index 8d93e61af..9b525cacd 100644 --- a/apps/common/embed/resources/less/common.less +++ b/apps/common/embed/resources/less/common.less @@ -225,6 +225,12 @@ .margin-right-large { margin-right: 12px; } + .margin-left-small { + margin-left: 8px; + } + .margin-left-large { + margin-left: 12px; + } } // Logo diff --git a/apps/documenteditor/embed/index.html b/apps/documenteditor/embed/index.html index 3fa779e70..2efe95f95 100644 --- a/apps/documenteditor/embed/index.html +++ b/apps/documenteditor/embed/index.html @@ -197,8 +197,8 @@
-
-
of 0
+
of 0
+
diff --git a/apps/documenteditor/embed/index.html.deploy b/apps/documenteditor/embed/index.html.deploy index aa9a9c4fe..35e4518a5 100644 --- a/apps/documenteditor/embed/index.html.deploy +++ b/apps/documenteditor/embed/index.html.deploy @@ -189,8 +189,8 @@
-
-
of 0
+
of 0
+
diff --git a/apps/documenteditor/embed/index_loader.html b/apps/documenteditor/embed/index_loader.html index af3c1d916..7fc5b6a0d 100644 --- a/apps/documenteditor/embed/index_loader.html +++ b/apps/documenteditor/embed/index_loader.html @@ -298,8 +298,8 @@
-
-
of 0
+
of 0
+
diff --git a/apps/documenteditor/embed/index_loader.html.deploy b/apps/documenteditor/embed/index_loader.html.deploy index c70bdcc1c..a944efbb8 100644 --- a/apps/documenteditor/embed/index_loader.html.deploy +++ b/apps/documenteditor/embed/index_loader.html.deploy @@ -290,8 +290,8 @@
-
-
of 0
+
of 0
+
diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 544f672c6..0a85351a0 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -627,7 +627,6 @@ DE.ApplicationController = new(function(){ $('#id-btn-clear-fields').hide(); btnSubmit.hide(); } else { - $('#id-pages').hide(); $('#id-btn-next-field .caption').text(me.textNext); $('#id-btn-clear-fields .caption').text(me.textClear);