Roeland Jago Douma
9 years ago
committed by
Christoph Wurst
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with
11 additions and
3 deletions
-
core/css/share.css
-
core/js/sharedialogshareelistview.js
|
|
|
@ -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 { |
|
|
|
|
|
|
|
@ -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}}' + |
|
|
|
|