diff options
author | Johannes S <johannes@schlichenmaier.info> | 2017-10-31 01:34:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 01:34:46 +0100 |
commit | 936486413d22646a71d6e1504df9589b9eeec4e8 (patch) | |
tree | 41572ecf430943cc77357992359af28cda6848a1 /apps/files_sharing/css/sharetabview.scss | |
parent | 84cc13f57b795abe1bf1cffbfcaeefed54b8fa2a (diff) | |
parent | c258cb5557507b3966990872669567af073f10f4 (diff) | |
download | nextcloud-server-936486413d22646a71d6e1504df9589b9eeec4e8.tar.gz nextcloud-server-936486413d22646a71d6e1504df9589b9eeec4e8.zip |
Merge branch 'master' into master
Diffstat (limited to 'apps/files_sharing/css/sharetabview.scss')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index cb2bb463352..880226e7d14 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -41,17 +41,6 @@ padding: 18px 0 18px 36px; } -/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ -#shareWithList .popovermenu .shareOption { - padding-right: 0 !important; -} -/* fix clickable area because in the share tab popover the label is inside the actual menu item*/ -.shareTabView .popovermenu label { - width: 100%; - display: inline-block; - padding: 0 10px 0 0 !important; -} - .shareTabView label { white-space: nowrap; } @@ -100,11 +89,6 @@ opacity: .5; } -#shareWithList .shareOption.menuitem > label:before { - /* Checkboxes positionning */ - margin: 0 12px !important; -} - #shareWithList .unshare { padding: 1px 6px; vertical-align: text-bottom; |