From 6c12a2e772f318f69b63f06381ebbd8d967bfe31 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 14 May 2021 18:49:22 +0200 Subject: [PATCH] =?UTF-8?q?Champs=20:=20hauteur=20select=20identique=20aux?= =?UTF-8?q?=20autres=20champs=20=C3=A0=209px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 3 ++- core/layout/common.css | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e08406e1..c89949a8 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ # Changelog ## version 10.6.01 -Correction : +Corrections : + - Champs de formulaire, uniformisation de la hauteur (select, input, etc) identique à celle des boutons à 9px. - Module search : texte d'aide dans la zone de saisie non pris en compte. ## version 10.6.00 diff --git a/core/layout/common.css b/core/layout/common.css index 7dff3e99..3b34af9d 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1066,7 +1066,7 @@ input[type='password'], .inputFile, select, textarea { - padding: 10px; + padding: 9px; /* -1px à cause des bordures */ /*background: #FFF;*/ border: 1px solid #D8DFE3; @@ -1077,7 +1077,7 @@ textarea { } select { - padding: 7px; + padding: 9px; } input[type='email']:hover,