From a15207c59714576e931e8ff680355e9602476748 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Tue, 21 Jul 2020 08:31:44 +0200 Subject: [PATCH 1/2] Sidebar per i plugin --- assets/src/css/style.css | 12 ++++- editor.php | 109 +++++++++++++++++++++++++-------------- 2 files changed, 79 insertions(+), 42 deletions(-) diff --git a/assets/src/css/style.css b/assets/src/css/style.css index 7ddcc2de7..7ded2de4d 100755 --- a/assets/src/css/style.css +++ b/assets/src/css/style.css @@ -897,12 +897,12 @@ input.small-width { .dropzone { border: 2px dashed #337ab7; border-radius: 5px; - background: white; + background: white; margin-top:10px; } .dropzone .dz-message { - font-weight: 400; + font-weight: 400; } .dropzone .dz-message .note { @@ -911,3 +911,11 @@ input.small-width { display: block; margin-top: 1.4rem; } + +.control-sidebar-bg { + top: 50px; +} + +.control-sidebar{ + padding-top: 0; +} diff --git a/editor.php b/editor.php index e253c2bbf..4c34450e0 100755 --- a/editor.php +++ b/editor.php @@ -69,6 +69,70 @@ if (empty($record) || !$has_access) { '; } + // Menu laterale per la visualizzazione dei plugin + echo ' + + + +
'; + echo '