Issue-1776: Add unshare function to 3-dot menu.
This commit is contained in:
Marius Blüm 2016-10-30 11:27:57 +01:00 committed by GitHub
commit a08a4b5981
3 changed files with 13 additions and 6 deletions

View file

@ -62,9 +62,13 @@
vertical-align: sub;
}
#shareWithList .unshare {
padding: 0;
}
#shareWithList .unshare .icon-delete {
padding-left: 15px;
padding-right: 15px;
padding-right: 4px;
background-position-x: 0;
}
#shareWithList label input[type=checkbox]{

View file

@ -78,11 +78,12 @@
#shareWithList .sharingOptionsGroup {
position: absolute;
right: 0;
right: 15px;
}
#shareWithList .sharingOptionsGroup .popovermenu {
right: 44px;
right: -22px;
top: 30px;
}
#shareWithList .shareOption {

View file

@ -69,10 +69,12 @@
'</li>' +
'{{/if}}' +
'{{/if}}' +
'<li>' +
'<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span>{{unshareLabel}}</span></a>' +
'</li>' +
'</ul>' +
'</div>' +
'<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span class="hidden-visually">{{unshareLabel}}</span></a>' +
'</span>' +
'</span>' +
'</li>' +
'{{/each}}' +
'{{#each linkReshares}}' +