diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/documentView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/documentView.ejs index 70fb3f309e..dc25674d5c 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/documentView.ejs +++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/documentView.ejs @@ -3,7 +3,7 @@ -
+
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentView.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentView.scss index 11ebbebfbe..25a03b97f0 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentView.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentView.scss @@ -1,9 +1,13 @@ +.document-info-div { + margin-top: 20px; +} + .document-info { background-color: #fff; border-radius: 4px; margin-bottom: 8px; - margin-top: -10px; + margin-top: -13px; min-height: 65px; padding: 5px; diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss index be7a8328a7..96b85a8cfd 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_documentsView.scss @@ -1,3 +1,7 @@ +#documentsDiv { + margin-top: 20px; +} + .new-index-view { input[type='checkbox'] { float: left; diff --git a/js/apps/system/_admin/aardvark/APP/frontend/scss/_jsonEditor.scss b/js/apps/system/_admin/aardvark/APP/frontend/scss/_jsonEditor.scss index 4debb73183..578af760aa 100644 --- a/js/apps/system/_admin/aardvark/APP/frontend/scss/_jsonEditor.scss +++ b/js/apps/system/_admin/aardvark/APP/frontend/scss/_jsonEditor.scss @@ -51,8 +51,13 @@ margin-top: 5px; } +.document-editor-extra { + margin-top: 10px; +} + .document-editor { height: 500px; + margin-top: -10px; margin-bottom: 5px; width: 100%; }