From 3d83406fffafe1fe784f4ddebb301fa777c6d180 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 17 Apr 2016 18:24:58 +0200 Subject: [PATCH] Update login page --- public/index.html | 17 ++++++++++------- public/style.css | 4 ++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index d93ebb0..3100182 100644 --- a/public/index.html +++ b/public/index.html @@ -9,13 +9,13 @@
+

Duplicates finder + +

-
-

This is an example of the Authorization Code flow

- Log in with Spotify -
-

Duplicates finder

@@ -64,14 +64,17 @@ - + diff --git a/public/style.css b/public/style.css index 6845eab..ea731b2 100644 --- a/public/style.css +++ b/public/style.css @@ -2,6 +2,10 @@ display: none; } +#login { + display: inline-block; +} + .text-overflow { overflow: hidden; text-overflow: ellipsis;