diff --git a/core/core.php b/core/core.php index c8c8c267..2652e1a1 100644 --- a/core/core.php +++ b/core/core.php @@ -28,7 +28,7 @@ class common { const GROUP_ADMIN = 3; // Numéro de version - const ZWII_VERSION = '9.1.04'; + const ZWII_VERSION = '9.1.05'; public static $actions = []; public static $coreModuleIds = [ diff --git a/core/layout/common.css b/core/layout/common.css index f6d80317..d1a2b449 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -825,6 +825,11 @@ label { -webkit-transition: background .3s ease-out; transition: background .3s ease-out; } +/* Bouton redimensionnable pour le formulaire*/ +#formSubmit { + width: max-content; + float: right; +} .button:hover { text-decoration: none; }