diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-03 13:27:06 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-03 13:27:06 +0100 |
commit | fd71b8bde8fc003b0f160075825402c4fab1d54c (patch) | |
tree | 20e84d51af59e8bf6e4d66b5910a3781ee38072a /apps/files_sharing/css | |
parent | a85327fe87ce471b04a14839e7b7b7dae4298753 (diff) | |
download | nextcloud-server-fd71b8bde8fc003b0f160075825402c4fab1d54c.tar.gz nextcloud-server-fd71b8bde8fc003b0f160075825402c4fab1d54c.zip |
Move social buttons to menu
* If there are social sharing buttons move them and the copy action to a
menu
* If there are no social sharing buttons just leave the copy action
where it is directly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 4738f8b7802..5896e18abad 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -21,6 +21,17 @@ padding: 14px; } +.shareTabView .linkMore { + position: absolute; + right: -7px; + top: -4px; + padding: 14px; +} + +.shareTabView .popovermenu .clipboardButton { + position: relative; +} + .shareTabView label { white-space: nowrap; } |