From 4c2795e0a47344e000cfd15bf01558f1761975f9 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 17 Oct 2018 18:10:46 +0200 Subject: [PATCH] nanterre: change edit-button style on mobile (#27388) --- static/nanterre/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/nanterre/_custom.scss b/static/nanterre/_custom.scss index 5fee70d4..f60f855c 100644 --- a/static/nanterre/_custom.scss +++ b/static/nanterre/_custom.scss @@ -291,4 +291,11 @@ div#user-files { #nav-wrapper { margin-top: -80px; } + div.part .edit-button { + position: relative; + right: 0; + top: 0; + float: right; + margin-right: 10px; + } } -- 2.19.1