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

View File

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