Move options to the right

pull/607/head
Roeland Jago Douma 8 years ago committed by Christoph Wurst
parent e343d6fb01
commit 092eae4966
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8

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

Loading…
Cancel
Save