layout light css optimisé

This commit is contained in:
Fred Tempez 2020-05-01 09:39:13 +02:00
parent da8fadecc3
commit f101b0612a
4 changed files with 6 additions and 27 deletions

View File

@ -36,7 +36,7 @@ class common {
const THUMBS_WIDTH = 640;
// Numéro de version
const ZWII_VERSION = '10.0.077';
const ZWII_VERSION = '10.0.078';
const ZWII_UPDATE_CHANNEL = "v10";
public static $actions = [];

View File

@ -18,3 +18,7 @@
#site {
max-width: 600px !important;
}
section {
min-height: 0px;
}

View File

@ -61,10 +61,3 @@ function step(i, data) {
});
}
$(window).on("load", step(1, null));
/**
* Paramètres par défaut au chargement
*/
$( document ).ready(function() {
$("section").addClass("updateForm");
});

View File

@ -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");
});