Skip to content

Commit

Permalink
Move options to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
rullzer authored and ChristophWurst committed Oct 3, 2016
1 parent e343d6f commit 092eae4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions core/css/share.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@
white-space: normal;
}

#shareWithList .sharingOptionsGroup {
position: absolute;
right: 0;
}

#shareWithList .sharingOptionsGroup .popovermenu {
right: 12px;
}

#shareWithList .shareOption {
white-space: nowrap;
display: inline-block;
Expand Down Expand Up @@ -104,11 +113,10 @@ a.showCruds {
}

a.unshare {
display:inline;
display:inline-block;
opacity:.5;
padding: 10px;
margin-top: -5px;
margin-right: -10px;
}

#link {
Expand Down
2 changes: 1 addition & 1 deletion core/js/sharedialogshareelistview.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'<label for="canEdit-{{cid}}-{{shareWith}}">{{canEditLabel}}</label>' +
'</span>' +
'{{/if}}' +
'<span class="icon icon-more"></span>' +
'<a href="#"><span class="icon icon-more"></span></a>' +
'<div class="popovermenu bubble hidden menu">' +
'<ul>' +
'{{#if isResharingAllowed}} {{#if sharePermissionPossible}}' +
Expand Down

0 comments on commit 092eae4

Please sign in to comment.