From 9f78b6bd79ba211f61e4bed3c4cfd9919904cb67 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 4 Dec 2016 19:04:41 +0100 Subject: [PATCH] frontend: move user box to the top of the page --- frontend/static/css/fic.css | 5 ----- frontend/static/index.html | 38 +++++++++++++++++++++++-------------- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/frontend/static/css/fic.css b/frontend/static/css/fic.css index 4ca6a5de..2f9a7d81 100644 --- a/frontend/static/css/fic.css +++ b/frontend/static/css/fic.css @@ -69,11 +69,6 @@ h1 small.authors { } .teamname { - padding: 2px 7px; - border-radius: 2px; - box-shadow: #444 0 0 3px; -} -.teamname span { -webkit-filter: invert(100%); filter: invert(100%); } diff --git a/frontend/static/index.html b/frontend/static/index.html index 3a2dad7c..7268f504 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -31,12 +31,12 @@