From bfd77bc843568cf25e21f8d8e53df30086cca4c2 Mon Sep 17 00:00:00 2001 From: anto Date: Sun, 9 Mar 2025 15:15:23 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A0=20demain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 +- css/style.css | 16 ++ html/projet_detail.html | 320 ++++++++++++++++++++-------------------- js/projet_detail.js | 135 +++++++++++++++-- js/utilities/routes.js | 30 ++++ js/utilities/tools.js | 2 +- 6 files changed, 337 insertions(+), 170 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c8aa1e..2260748 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ -{ - "liveServer.settings.port": 5500 +{ + "liveServer.settings.port": 5500 } \ No newline at end of file diff --git a/css/style.css b/css/style.css index 010f2f0..63942fa 100644 --- a/css/style.css +++ b/css/style.css @@ -257,3 +257,19 @@ footer{ font-size: 18px; text-align: center; } + +.buttons-container2{ + float: left; + width:20%; +} + +.frequency-control label { + margin-right: 10px; +} +.frequency-control input[type="number"] { + width: 50px; + text-align: center; +} +.frequency-control button { + margin: 0 5px; +} diff --git a/html/projet_detail.html b/html/projet_detail.html index 75ec867..b0b01cd 100644 --- a/html/projet_detail.html +++ b/html/projet_detail.html @@ -1,168 +1,176 @@ - - - - Détails - - - - - - - - - -