[9.1.05] bouton submit form dynamic

This commit is contained in:
fredtempez 2019-05-14 20:51:08 +02:00
parent 4369c4cdae
commit 338e83f611
2 changed files with 6 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class common {
const GROUP_ADMIN = 3; const GROUP_ADMIN = 3;
// Numéro de version // Numéro de version
const ZWII_VERSION = '9.1.04'; const ZWII_VERSION = '9.1.05';
public static $actions = []; public static $actions = [];
public static $coreModuleIds = [ public static $coreModuleIds = [

View File

@ -825,6 +825,11 @@ label {
-webkit-transition: background .3s ease-out; -webkit-transition: background .3s ease-out;
transition: background .3s ease-out; transition: background .3s ease-out;
} }
/* Bouton redimensionnable pour le formulaire*/
#formSubmit {
width: max-content;
float: right;
}
.button:hover { .button:hover {
text-decoration: none; text-decoration: none;
} }