File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -547,6 +547,7 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
547
547
.bubble ,
548
548
# app-navigation .app-navigation-entry-menu {
549
549
border-top-right-radius : 3px ;
550
+ min-width : 100px ;
550
551
}
551
552
.bubble : after ,
552
553
# app-navigation .app-navigation-entry-menu : after {
Original file line number Diff line number Diff line change 34
34
'</span>' +
35
35
'{{/unless}}' +
36
36
'{{/if}}' +
37
- '{{#unless isMailShare}}' +
38
37
'<a href="#"><span class="icon icon-more"></span></a>' +
39
38
'<div class="popovermenu bubble hidden menu">' +
40
39
'<ul>' +
47
46
'</li>' +
48
47
'{{/unless}} {{/if}} {{/if}}' +
49
48
'{{#if isFolder}}' +
50
- '{{#if createPermissionPossible}}' +
49
+ '{{#if createPermissionPossible}}{{#unless isMailShare}} ' +
51
50
'<li>' +
52
51
'<span class="shareOption">' +
53
52
'<input id="canCreate-{{cid}}-{{shareWith}}" type="checkbox" name="create" class="permissions checkbox" {{#if hasCreatePermission}}checked="checked"{{/if}} data-permissions="{{createPermission}}"/>' +
54
53
'<label for="canCreate-{{cid}}-{{shareWith}}">{{createPermissionLabel}}</label>' +
55
54
'</span>' +
56
55
'</li>' +
57
- '{{/if}}' +
58
- '{{#if updatePermissionPossible}}' +
56
+ '{{/unless}}{{/ if}}' +
57
+ '{{#if updatePermissionPossible}}{{#unless isMailShare}} ' +
59
58
'<li>' +
60
59
'<span class="shareOption">' +
61
60
'<input id="canUpdate-{{cid}}-{{shareWith}}" type="checkbox" name="update" class="permissions checkbox" {{#if hasUpdatePermission}}checked="checked"{{/if}} data-permissions="{{updatePermission}}"/>' +
62
61
'<label for="canUpdate-{{cid}}-{{shareWith}}">{{updatePermissionLabel}}</label>' +
63
62
'</span>' +
64
63
'</li>' +
65
- '{{/if}}' +
66
- '{{#if deletePermissionPossible}}' +
64
+ '{{/unless}}{{/ if}}' +
65
+ '{{#if deletePermissionPossible}}{{#unless isMailShare}} ' +
67
66
'<li>' +
68
67
'<span class="shareOption">' +
69
68
'<input id="canDelete-{{cid}}-{{shareWith}}" type="checkbox" name="delete" class="permissions checkbox" {{#if hasDeletePermission}}checked="checked"{{/if}} data-permissions="{{deletePermission}}"/>' +
70
69
'<label for="canDelete-{{cid}}-{{shareWith}}">{{deletePermissionLabel}}</label>' +
71
70
'</span>' +
72
71
'</li>' +
73
- '{{/if}}' +
72
+ '{{/unless}}{{/ if}}' +
74
73
'{{/if}}' +
75
74
'<li>' +
76
75
'<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span>{{unshareLabel}}</span></a>' +
77
76
'</li>' +
78
77
'</ul>' +
79
78
'</div>' +
80
- '{{/unless}}' +
81
79
'</span>' +
82
80
'</li>' +
83
81
'{{/each}}' +
You can’t perform that action at this time.
0 commit comments