From 338e83f61195346fe2ed85789069312605f442f2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 14 May 2019 20:51:08 +0200 Subject: [PATCH] [9.1.05] bouton submit form dynamic --- core/core.php | 2 +- core/layout/common.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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; }