[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
|
<?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 = [
|
||||||
|
@ -973,12 +973,12 @@ 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user