From 5dfa18758c64dc7d69747da7a875c973952b4163 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 7 May 2021 01:36:59 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 5 ++++- htdocs/website/index.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 01ed6b127dd..b1c08e194b3 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -4790,7 +4790,6 @@ span.websitebuttonsitepreviewdisabled img, a.websitebuttonsitepreviewdisabled im } - /* ============================================================================== */ /* Module agenda */ /* ============================================================================== */ @@ -6991,6 +6990,10 @@ div.phpdebugbar-widgets-templates a.phpdebugbar-widgets-editor-link:before input#addedfile { width: 95%; } + + #divbodywebsite { + word-break: break-all; + } } @media only screen and (max-width: 320px) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 1a71a162cb6..da1244b567c 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2745,7 +2745,7 @@ if (!GETPOST('hide_websitemenu')) { if (in_array($action, array('editcss', 'editmenu', 'file_manager', 'replacesite', 'replacesiteconfirm'))) { if ($action == 'editcss') { - print ''; + print ''; } if (preg_match('/^create/', $action) && $action != 'file_manager' && $action != 'replacesite' && $action != 'replacesiteconfirm') { print ''; @@ -3075,7 +3075,7 @@ if (!GETPOST('hide_websitemenu')) { } if (!in_array($action, array('editcss', 'editmenu', 'file_manager', 'replacesite', 'replacesiteconfirm', 'createsite', 'createcontainer', 'createfromclone', 'createpagefromclone', 'deletesite'))) { if ($action == 'editsource' || $action == 'editmeta') { - print ''; + print ''; } if (preg_match('/^create/', $action)) { print '';