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