Move options to the right
This commit is contained in:
parent
e343d6fb01
commit
092eae4966
|
@ -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…
Reference in New Issue