From 95324d6208cfcee03dfeffa124a19aa474ea8082 Mon Sep 17 00:00:00 2001 From: RealET <real3t@gmail.com> Date: Fri, 17 Dec 2021 16:12:18 +0100 Subject: [PATCH] Ajustements CSS formulaires (et une scorie) --- stylessoyezcreateurs.css.html | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 97199d00..efb9a0d9 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -379,25 +379,9 @@ h3.titrem {position:relative;} transform: translateY(0); } - - -.button-6:hover, -.button-6:focus { - border-color: rgba(0, 0, 0, 0.15); - box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px; - color: rgba(0, 0, 0, 0.65); -} - -.button-6:hover { - transform: translateY(-1px); -} - -.button-6:active { - background-color: #F0F0F1; - border-color: rgba(0, 0, 0, 0.15); - box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px; - color: rgba(0, 0, 0, 0.65); - transform: translateY(0); +.formulaire_spip p.explication { + margin-top: 0; + line-height: initial; } /** Dans une modale SPIP */ -- GitLab