diff --git a/core/core.php b/core/core.php index 1ab904ee..e73549c8 100644 --- a/core/core.php +++ b/core/core.php @@ -30,7 +30,7 @@ class common { // Désactive l'update auto // const ZWII_VERSION = '9.0.00-dev27'; // Numéro de version stable - const ZWII_VERSION = '9.0.05-dev.a'; + const ZWII_VERSION = '9.0.05-dev.b'; public static $actions = []; diff --git a/core/vendor/tinymce/init.js b/core/vendor/tinymce/init.js index 996c4f93..ba757382 100755 --- a/core/vendor/tinymce/init.js +++ b/core/vendor/tinymce/init.js @@ -185,6 +185,7 @@ tinymce.PluginManager.add('stickytoolbar', function(editor, url) { }); toolbars.css({ + top:0, position: 'relative', width: 'auto', borderBottom: 'none'