From 47c63e6a3e4626c1565be83f45bc5dab087f4c5e Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Tue, 17 Jan 2017 08:56:11 +0100
Subject: [PATCH] fix public sharing buttons

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 apps/files_sharing/css/public.css | 7 +++++--
 core/css/header.scss              | 1 -
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 70df204a696..9c8c4a66630 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -131,6 +131,9 @@ thead {
 
 #remote_address {
 	width: 200px;
+
+	margin-right: 4px;
+	height: 31px;
 }
 
 #save-button-confirm {
@@ -138,8 +141,8 @@ thead {
 	background-color: transparent;
 	border: none;
 	margin: 2px 4px !important;
-	right: 4px;
-	box-shadow: none;
+	right: 7px;
+	top: -8px;
 	height: 30px;
 }
 
diff --git a/core/css/header.scss b/core/css/header.scss
index a46326e6a44..a8f72c7129f 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -45,7 +45,6 @@
 	right: 0;
 	z-index: 2000;
 	height: 45px;
-	line-height: 2.5em;
 	background-color: #0082c9;
 	box-sizing: border-box;
 	justify-content: space-between;
-- 
GitLab