From 1ea6730356449dd5a577566d25ced5f452c29293 Mon Sep 17 00:00:00 2001 From: Refhi Date: Wed, 10 Jan 2024 23:04:08 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20affichage=20popup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popup.html | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/popup.html b/popup.html index d4fec50..fdc46ed 100644 --- a/popup.html +++ b/popup.html @@ -7,21 +7,28 @@ body { display: flex; flex-direction: column; - align-items: center; + align-items: flex-start; /* Aligner les éléments au début */ justify-content: center; - height: 100vh; + height: auto; + width: 300px; margin: 0; background-color: #f4f4f4; font-family: Arial, sans-serif; + padding: 10px; /* Ajouter un peu d'espace autour du contenu */ + } + .button-container { + display: flex; /* Utiliser flexbox pour aligner les boutons et le texte */ + align-items: center; /* Centrer verticalement les éléments */ + margin-bottom: 10px; /* Ajouter un peu d'espace entre les lignes */ } button { - margin: 10px; + margin-right: 10px; /* Ajouter un peu d'espace entre le bouton et le texte */ padding: 10px 20px; font-size: 1em; border: none; border-radius: 5px; color: #fff; - background-color: #007BFF; + background-color: #007BFF; /* Rendre le fond transparent */ cursor: pointer; } button:hover { @@ -30,8 +37,14 @@ - - +
+ + Tout mettre en consultation +
+
+ + Relance le dernier règlement sur le TPE +
\ No newline at end of file