Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix text for clarity. #2902

Merged
merged 2 commits into from
Jul 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 8 additions & 7 deletions refinery/ui/source/js/provvis/partials/provvis-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,21 @@
<a
id="help-provenance-button"
popover-placement="bottom"
popover-class="help-prov-button-popover"
uib-popover-html="'<div>
<div class=refinery-subheader><h4>Node and path specific:</h4></div>
<ul class=list-unstyled>
<li><strong>(Un)Select</strong> Left click</li>
<li><strong>Highlightpredecessors</strong> Left click on left anchor</li>
<li><strong>Highlight successors</strong> Left click on right anchor</li>
<li><strong>Collapse Node</strong> Left click on enclosing bounding
<li><strong>(Un)Select</strong>: Click</li>
<li><strong>Highlight predecessors</strong>: Click on left anchor</li>
<li><strong>Highlight successors</strong>: Click on right anchor</li>
<li><strong>Collapse node</strong>: Click on enclosing bounding
box</li>
<li><strong>Expand Node</strong> Double click on node</li></ul>
<li><strong>Expand node</strong>: Double click on node</li></ul>
<div class=refinery-subheader>
<h4>Global:</h4></div>
<ul class=list-unstyled>
<li><strong>Clear highlighting</strong> Left click on background</li>
<li><strong>Fit graph to screen</strong> Left double click on
<li><strong>Clear highlighting</strong>: Left click on background</li>
<li><strong>Fit graph to screen</strong>: Left double click on
background</li>
</ul><div>'"
popover-title="Provenance Visualization Info"
Expand Down
7 changes: 7 additions & 0 deletions refinery/ui/source/styles/provenance-visualization.less
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,13 @@
font-size: 6px;
}

.help-prov-button-popover {
min-width: 350px;
li {
padding-bottom: 3px;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) {
#provenance-controls {
Expand Down