Browse Source

Move options to the right

tags/v11.0RC2
Roeland Jago Douma 7 years ago
parent
commit
092eae4966
No account linked to committer's email address
2 changed files with 11 additions and 3 deletions
  1. 10
    2
      core/css/share.css
  2. 1
    1
      core/js/sharedialogshareelistview.js

+ 10
- 2
core/css/share.css View File

@@ -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;
@@ -104,11 +113,10 @@ a.showCruds {
}

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

#link {

+ 1
- 1
core/js/sharedialogshareelistview.js View File

@@ -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}}' +

Loading…
Cancel
Save