From be149f6a79a40c66d22d81ae30068bcca8341582 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 7 Jan 2016 23:04:02 +0100 Subject: [PATCH] =?UTF-8?q?[x]=20Bouton=20diff=C3=A9rent=20pour=20la=20con?= =?UTF-8?q?nexion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/header.css | 6 +++++ index.php | 2 +- src/header/login.svg | 53 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/header/login.svg 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