forked from ZwiiCMS-Team/ZwiiCMS
[9.1.05] bouton submit form dynamic
This commit is contained in:
parent
4369c4cdae
commit
338e83f611
@ -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 = [
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user