diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-10-03 14:18:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-03 14:18:17 +0200 |
commit | 08b0e5c1126e9c9a45abc4c8b53e1efd437c1759 (patch) | |
tree | 63f2449ca60a997bf36a48954b51aa332af7b99a /apps | |
parent | a62f6fac516de2c06a2df6eadd2f086f545c9c4e (diff) | |
parent | 96af627bb723e56341b2ac2d3cc97a7921e07e54 (diff) | |
download | nextcloud-server-08b0e5c1126e9c9a45abc4c8b53e1efd437c1759.tar.gz nextcloud-server-08b0e5c1126e9c9a45abc4c8b53e1efd437c1759.zip |
Merge pull request #607 from nextcloud/sharing-popover-menu
Move sharing options into popover menu
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index e048b7564ac..4190c43dd2f 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -57,6 +57,16 @@ vertical-align:text-bottom; /* properly align icons */ } +#shareWithList .sharingOptionsGroup .icon-more, +#shareWithList .unshare .icon-delete { + vertical-align: sub; +} + +#shareWithList .unshare .icon-delete { + padding-left: 15px; + padding-right: 15px; +} + #shareWithList label input[type=checkbox]{ margin-left: 0; position: relative; |