From e5df3e0979d1750f1777bbdb178d719cd7d414ad Mon Sep 17 00:00:00 2001 From: Florent Becker Date: Sun, 31 Jul 2022 17:16:59 +0200 Subject: [PATCH] =?UTF-8?q?css:=20am=C3=A9lioration=20des=20boutons=20prin?= =?UTF-8?q?cipaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kikikoz.css | 12 ++++++++++++ src/main.rs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/kikikoz.css b/kikikoz.css index 01ebee5..8ac9abd 100644 --- a/kikikoz.css +++ b/kikikoz.css @@ -56,6 +56,13 @@ p.orateurice { text-align: center; } +p.orateurice button{ + margin: auto; + display: block; + margin-top: 10px; +} + + li.dernier_arrive { font-style: italic; } @@ -94,3 +101,8 @@ section.queue { .hidden { display: none; } + +#bouton_next { + font-size: 1.5rem; + font-weight: bold; +} diff --git a/src/main.rs b/src/main.rs index 388b0df..96b255c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -356,7 +356,7 @@ fn main() { } ) br {} - button(on:click=next) { "SuivantÉ™" } + button(on:click=next, id="bouton_next") { "SuivantÉ™" } " " button(on:click=pause) { "Pause" } }