diff --git a/SwichGIT/src/css/PartieGame.css b/SwichGIT/src/css/PartieGame.css index 205e3bc..878d241 100644 --- a/SwichGIT/src/css/PartieGame.css +++ b/SwichGIT/src/css/PartieGame.css @@ -87,14 +87,15 @@ #progressbar { position : relative; - width: 800px; + width: 1100px; padding:1px; background-color:white; border:1px solid black; height:10px; border-radius: 5px; - margin-top: 80px; - + margin-top: 40px; + margin-right: auto; + margin-left: auto; } diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index 6320d4f..49d6198 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -217,7 +217,7 @@ overflow-x: auto; display: flex; flex-wrap: wrap; - padding-top: 7vw; + padding-top: 1vw; justify-content: center; } diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index f9df18e..ff97224 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -872,7 +872,7 @@ function chercheCombi3() { //FONCTION DE TEST => permet de tester des fonctionnalite via le bouton VALIDER -var cpt = 801; +var cpt = 1100; var x; var itv = 0; @@ -898,12 +898,12 @@ function decompte() { clearInterval(itv); } - if(cpt < 400) { + if(cpt < 550) { document.getElementById("indicateur").style.backgroundColor = "orange"; } - if(cpt < 100) { + if(cpt < 366) { document.getElementById("indicateur").style.backgroundColor = "red"; }