forked from ZwiiCMS-Team/ZwiiCMS
CSS de form déplacé de common.css à index.css
This commit is contained in:
parent
41f122783c
commit
57fc249a92
@ -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
|
||||
|
23
module/form/view/index/index.css
Normal file
23
module/form/view/index/index.css
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user