CSS de form déplacé de common.css à index.css

This commit is contained in:
Fred Tempez 2022-10-10 11:36:59 +02:00
parent 41f122783c
commit 57fc249a92
2 changed files with 23 additions and 10 deletions

View File

@ -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

View File

@ -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 <remi.jean@outlook.com>
* @copyright Copyright (C) 2008-2018, Rémi Jean
* @author Frédéric Tempez <frederic.tempez@outlook.com>
* @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;
}