[9.2.19] corrections CSS et parge par défaut (mentions légales)
This commit is contained in:
parent
c69230c97a
commit
123b3c4c2f
@ -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 = [
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user