diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-12-13 10:32:13 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-12-13 10:32:13 +0100 |
commit | 5a95260bf367e6aeb70390571fbb1a12d3720a50 (patch) | |
tree | 995bafb2edb1c119a244ea1ffc2adb23f7fb907d /apps | |
parent | f55dd96c0894ea1e9091306a781a451ef687633e (diff) | |
download | nextcloud-server-5a95260bf367e6aeb70390571fbb1a12d3720a50.tar.gz nextcloud-server-5a95260bf367e6aeb70390571fbb1a12d3720a50.zip |
Show tha copy share link button properly inline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 4d07e547e86..6635546067b 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -14,7 +14,6 @@ } .shareTabView .shareWithRemoteInfo, -.shareTabView .clipboardButton, .shareTabView .linkPass .icon-loading-small { position: absolute; right: -7px; @@ -38,7 +37,6 @@ position: relative; top: initial; right: initial; - padding: 18px 0 18px 36px; } .shareTabView label { |