From 57fc249a92fa4126f0854c6a062f8309e35f78dd Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 10 Oct 2022 11:36:59 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20de=20form=20d=C3=A9plac=C3=A9=20de=20comm?= =?UTF-8?q?on.css=20=C3=A0=20index.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/common.css | 10 ---------- module/form/view/index/index.css | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 module/form/view/index/index.css diff --git a/core/layout/common.css b/core/layout/common.css index 65403513..4f42ea03 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1347,16 +1347,6 @@ input[type='checkbox']:disabled+label:before { /* À cause du padding ajouté aux selects */ } -/* Paramètres de l'étiquette dans form */ -.formLabel { - margin-top: 20px; -} - -.formLabel hr { - border: 1px solid; - margin: 5px 0 5px; -} - /** * Grille diff --git a/module/form/view/index/index.css b/module/form/view/index/index.css new file mode 100644 index 00000000..b90021e2 --- /dev/null +++ b/module/form/view/index/index.css @@ -0,0 +1,23 @@ +/** + * This file is part of Zwii. + * + * For full copyright and license information, please see the LICENSE + * file that was distributed with this source code. + * + * @author Rémi Jean + * @copyright Copyright (C) 2008-2018, Rémi Jean + * @author Frédéric Tempez + * @copyright Copyright (C) 2018-2022, Frédéric Tempez + * @license GNU General Public License, version 3 + * @link http://zwiicms.fr/ + */ + +/* Paramètres de l'étiquette dans form */ +.formLabel { + margin-top: 20px; +} + +.formLabel hr { + border: 0.5px solid; + margin: 5px 0 5px; +} \ No newline at end of file