summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 08:56:11 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-23 09:08:10 +0100
commit47c63e6a3e4626c1565be83f45bc5dab087f4c5e (patch)
treed6eb5963fc87692d18fbe3f637b8e424b77571d1 /apps
parenta1f9425e65dc374328156479473b3078a0c846ab (diff)
downloadnextcloud-server-47c63e6a3e4626c1565be83f45bc5dab087f4c5e.tar.gz
nextcloud-server-47c63e6a3e4626c1565be83f45bc5dab087f4c5e.zip
fix public sharing buttons
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.css7
1 files changed, 5 insertions, 2 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;
}