Skip to content

Instantly share code, notes, and snippets.

@GwynethLlewelyn
Last active May 25, 2019 18:49
Show Gist options
  • Save GwynethLlewelyn/f7ce494f38bfa533fd909a6ebebc90df to your computer and use it in GitHub Desktop.
Save GwynethLlewelyn/f7ce494f38bfa533fd909a6ebebc90df to your computer and use it in GitHub Desktop.
Pydio Cells Context Menu
<div class="menu-positioner" style="color: rgba(0, 0, 0, 0.87); background-color: rgb(255, 255, 255); transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; box-sizing: border-box; font-family: Roboto, sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 10px; border-radius: 2px; bottom: 0px; left: 0px; right: 0px; height: 200px; z-index: 1000; overflow-y: auto;">
<div role="presentation" style="z-index: 1000;">
<div display="right" role="menu" style="padding: 8px 0px; display: table-cell; user-select: none; width: 600px;">
<div>
<div>
<div style="margin-left: 0px; padding: 0px 72px 0px 16px; position: relative;">
<div>
Download
</div>
</div>
</div>
</div>
<div>
<div>
<div style="margin-left: 0px; padding: 0px 72px 0px 16px; position: relative;">
<div>
Share
</div>
</div>
</div>
</div>
<div>
<div>
<div style="margin-left: 0px; padding: 0px 72px 0px 16px; position: relative;">
<div style="display: none;">
<span role="menuitem" tabindex="0" style="border: 10px; box-sizing: border-box; display: block; font-family: Roboto, sans-serif; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; text-decoration: none; margin: 0px; padding: 0px; outline: none; font-size: 16px; font-weight: inherit; position: relative; z-index: 1; color: rgba(0, 0, 0, 0.87); line-height: 48px; transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; min-height: 48px; white-space: nowrap; background: none;"><!-- react-empty: 363 --><!-- react-empty: 364 --></span>
</div>
<div>
Watch for...
</div>
</div>
</div>
</div>
<hr style="margin: 7px 0px 8px; height: 1px; border: none; background-color: rgb(224, 224, 224);">
<div>
<div>
<div style="margin-left: 0px; padding: 0px 72px 0px 16px; position: relative;">
<div>
Toggle Bookmark
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@GwynethLlewelyn
Copy link
Author

Ignore rev 1, I managed to copy & paste the wrong code on this gist :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment