From 49c62e444e4c14b12fc6abd27f6c924eb1b7edf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 21 Apr 2019 14:37:56 +0200 Subject: [PATCH] lille: make sure tracking code button is right aligned --- static/lille/_custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/lille/_custom.scss b/static/lille/_custom.scss index 64a74a18..900aef38 100644 --- a/static/lille/_custom.scss +++ b/static/lille/_custom.scss @@ -280,6 +280,7 @@ div.gru-nav .gru-nav-button { position: absolute; border: 0; top: 25px; + right: 5px; bottom: 25px; width: 60px; text-align: center;