From 26e2a9fd64eab9c815719cc23b433453aee4fc46 Mon Sep 17 00:00:00 2001 From: Jacques Pyrat <jacques@pyrat.net> Date: Sat, 18 Jul 2020 12:58:35 +0200 Subject: [PATCH] Styles des horloges en mode internationnal --- stylessoyezcreateurs.css.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html index 374c94ef..c7eb5e6c 100644 --- a/stylessoyezcreateurs.css.html +++ b/stylessoyezcreateurs.css.html @@ -1631,10 +1631,17 @@ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99[(#GET{c_head .hauteur5 .bd { height: 600px; } /* ====== Horloge Flash ====== */ -.horlogeflash { float:left; font-size:.7em; font-weight:bold; text-align:center; } +#time .bd { display: flex; justify-content: space-around; } +.horlogeflash { display: inline-block; font-size:.7em; font-weight:bold; text-align:center; } #content .horlogeflash img { padding: 0; } +.jcgmt-container { padding: 0; } +.jcgmt-container .jcgmt-lbl { display: none; } .jcgmt-clockHolder { width: 50px; } .jcgmt-rotatingWrapper { width: 100%; height: 100%; } +.jcgmt-digital, .jcgmt-date { + font-size: 8px; + margin-left: 0; +} /* Mode International */ #sommaire_mode_international #agenda h2, #sommaire_mode_international .rightmenu, #sommaire_mode_international .retourtop { position:absolute !important; overflow:hidden !important; top:-2000px !important; left:-2000px !important; height:0 !important; width:0 !important; } -- GitLab