diff --git a/css/header.css b/css/header.css index a1646c8..f76b3fc 100755 --- a/css/header.css +++ b/css/header.css @@ -111,6 +111,11 @@ z-index: 1; } +/* BOUTON CONNECTION */ +#HEADER .notifbar #LOGOUT[data-info].logged{ + background-image: url(../src/header/login.svg); +} + /* TEXTE INFO */ #HEADER .notifbar #LOGOUT[data-info]:after{ content: attr(data-info); @@ -149,6 +154,7 @@ + /* logo AGAC */ #HEADER > nav.subsections{ /* position */ diff --git a/index.php b/index.php index c9cedd8..fb71864 100755 --- a/index.php +++ b/index.php @@ -87,7 +87,7 @@ $notifNotifNum = 5; else echo "
"; }else // si l'utilisateur n'est pas connecté on affiche le bouton de CONNECTION - echo "
"; + echo "
"; ?> diff --git a/src/header/login.svg b/src/header/login.svg new file mode 100644 index 0000000..cc86b7d --- /dev/null +++ b/src/header/login.svg @@ -0,0 +1,53 @@ + +image/svg+xml \ No newline at end of file