From 4014c82df5a8e43649818686b470b5ff40660afa Mon Sep 17 00:00:00 2001 From: "remi.biette" Date: Wed, 22 May 2019 16:47:07 +0200 Subject: [PATCH] debug image --- WEB/ressources/navbarhtml.css | 74 ++++++++++++++++++++--------------- WEB/ressources/navbarhtml.php | 3 +- 2 files changed, 43 insertions(+), 34 deletions(-) diff --git a/WEB/ressources/navbarhtml.css b/WEB/ressources/navbarhtml.css index 44703d1..b018a44 100644 --- a/WEB/ressources/navbarhtml.css +++ b/WEB/ressources/navbarhtml.css @@ -1,45 +1,55 @@ -#menuDiv{ - width: 100%; - display: block; +#menuDiv { + width: 100%; + display: block; } -#menuDiv a{ - font-family: Ubuntu,Helvetica,sans-serif; - font-size: 1em; - height:20%; +#menuDiv a { + font-family: Ubuntu, Helvetica, sans-serif; + font-size: 1em; + height: 20%; } #menu { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: center; - background-color: rgb(65, 154, 28); + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-items: center; + background-color: rgb(35, 35, 35); } -#logo{ - height: 70%; - margin-left: 1%; +#logo { + width: 50%; + height: auto; +} + +#divFlex{ + display: flex; + flex-wrap: nowrap; + width: 10%; + min-width: 5em; + padding: 0; + text-align: center; + align-items: center; } .menuItem { - display: flex; - flex-wrap: nowrap; - align-items: center; - justify-content: center; - color: white; - width: 9%; - min-width: 5em; - font-weight: bold; - text-decoration: none; - padding: 0.8em; - border-bottom: 4px solid rgb(65, 154, 28); - border-top: 4px solid rgb(65, 154, 28); - font-size: 1.1em; - text-align: center; + display: flex; + flex-wrap: nowrap; + justify-content: center; + color: white; + width: 10%; + min-width: 5em; + font-weight: bold; + text-decoration: none; + padding: 0.8em; + border-bottom: 4px solid rgb(35, 35, 35); + border-top: 4px solid rgb(35, 35, 35); + font-size: 1.1em; + text-align: center; + align-items: baseline; } -.menuItem:hover{ - cursor: pointer; - border-bottom: 4px solid rgb(23, 23, 23); +.menuItem:hover { + border-bottom: 4px solid rgb(65, 154, 28); } diff --git a/WEB/ressources/navbarhtml.php b/WEB/ressources/navbarhtml.php index 80c615a..8f16b9a 100644 --- a/WEB/ressources/navbarhtml.php +++ b/WEB/ressources/navbarhtml.php @@ -6,11 +6,10 @@ if (file_exists("./inscription.php")) { ?>