[9.2.19] corrections CSS et parge par défaut (mentions légales)

This commit is contained in:
Fred Tempez 2020-02-10 16:42:02 +01:00
parent c69230c97a
commit 123b3c4c2f
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,7 @@
<?php <?php
/** /**
* This file is part of Zwii. * This file is part of Zwii. *
*
* For full copyright and license information, please see the LICENSE * For full copyright and license information, please see the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* *
@ -34,7 +33,7 @@ class common {
const TEMP_DIR = 'site/tmp/'; const TEMP_DIR = 'site/tmp/';
// Numéro de version // Numéro de version
const ZWII_VERSION = '9.2.18'; const ZWII_VERSION = '9.2.19';
public static $actions = []; public static $actions = [];
public static $coreModuleIds = [ public static $coreModuleIds = [

View File

@ -973,13 +973,13 @@ label {
width: 88%; width: 88%;
} }
.inputFileDelete { .inputFileDelete {
display: inline-block; display: block;
width: 10%; width: 10%;
padding: 10px 0; padding: 10px 0;
background: #F5F5F5; background: #F5F5F5;
text-align: center; text-align: center;
/*float: right;*/ float: right;
min-height :100%; min-height :100%;
} }
.inputFile:hover { .inputFile:hover {
text-decoration: none; text-decoration: none;