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; 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 = [];

View File

@ -17,4 +17,8 @@
/* Site */ /* Site */
#site { #site {
max-width: 600px !important; max-width: 600px !important;
}
section {
min-height: 0px;
} }

View File

@ -60,11 +60,4 @@ 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");
});

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