forked from ZwiiCMS-Team/ZwiiCMS
layout light css optimisé
This commit is contained in:
parent
da8fadecc3
commit
f101b0612a
@ -36,7 +36,7 @@ class common {
|
|||||||
const THUMBS_WIDTH = 640;
|
const THUMBS_WIDTH = 640;
|
||||||
|
|
||||||
// Numéro de version
|
// Numéro de version
|
||||||
const ZWII_VERSION = '10.0.077';
|
const ZWII_VERSION = '10.0.078';
|
||||||
const ZWII_UPDATE_CHANNEL = "v10";
|
const ZWII_UPDATE_CHANNEL = "v10";
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
|
@ -18,3 +18,7 @@
|
|||||||
#site {
|
#site {
|
||||||
max-width: 600px !important;
|
max-width: 600px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
min-height: 0px;
|
||||||
|
}
|
@ -61,10 +61,3 @@ function step(i, data) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
$(window).on("load", step(1, null));
|
$(window).on("load", step(1, null));
|
||||||
|
|
||||||
/**
|
|
||||||
* Paramètres par défaut au chargement
|
|
||||||
*/
|
|
||||||
$( document ).ready(function() {
|
|
||||||
$("section").addClass("updateForm");
|
|
||||||
});
|
|
@ -1,18 +0,0 @@
|
|||||||
/**
|
|
||||||
* This file is part of Zwii.
|
|
||||||
*
|
|
||||||
* For full copyright and license information, please see the LICENSE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*
|
|
||||||
* @authorFrédéric Tempez <frederic.tempez@outlook.com>
|
|
||||||
* @copyright Copyright (C) 2018-2020, Frédéric Tempez
|
|
||||||
* @license GNU General Public License, version 3
|
|
||||||
* @link http://zwiicms.com/
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Paramètres par défaut au chargement
|
|
||||||
*/
|
|
||||||
$( document ).ready(function() {
|
|
||||||
$("section").addClass("userLogin");
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user