diff --git a/.gitignore b/.gitignore index c7b6b39663..a11e3a1459 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,7 @@ nbproject /build/jsdocs/ /npm-debug.log /PhantomJS_* +/build/package-lock.json # puphpet puphpet diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 2a71af038c..017253fdf8 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -94,7 +94,8 @@ @include icon-color('star-dark', 'files', $color-black, 2, true); } .nav-icon-sharingin, -.nav-icon-sharingout { +.nav-icon-sharingout, +.nav-icon-shareoverview { @include icon-color('share', 'files', $color-black); } .nav-icon-sharinglinks { diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 82a04936bf..b3516c6857 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -135,10 +135,16 @@ margin-left: 0; margin-right: 0; } + // share note on the sidebar + .share-note { + border-radius: var(--border-radius); + margin-bottom: 10px; + margin-left: 37px; + } } // Sharing tab users list -#shareWithList { +.shareWithList { list-style-type: none; display: flex; flex-direction: column; @@ -218,4 +224,18 @@ left: 8px; right: auto; } +} + +.reshare, +#link label, +#expiration label { + display: inline-flex; + align-items: center; + .avatar { + margin-right: 5px; + } +} + +.resharerInfoView.subView { + position: relative; } \ No newline at end of file diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js index 19ce4d65c5..925d8ed918 100644 --- a/core/js/sharedialoglinkshareview.js +++ b/core/js/sharedialoglinkshareview.js @@ -21,7 +21,7 @@ var TEMPLATE = '{{#if shareAllowed}}' + - '