[ARVADOS] updated: ba9bab4e6d0817a1eec7ecfed7f03a03e6f94d5a
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 28 09:09:09 EST 2014
Summary of changes:
apps/workbench/app/views/collections/show.html.erb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
via ba9bab4e6d0817a1eec7ecfed7f03a03e6f94d5a (commit)
from af0a6fe184e16db14740b4593d8ccd498749ec99 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ba9bab4e6d0817a1eec7ecfed7f03a03e6f94d5a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jan 28 09:09:35 2014 -0500
Provenance graph now uses full width of window
diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb
index afe4606..adb8bf0 100644
--- a/apps/workbench/app/views/collections/show.html.erb
+++ b/apps/workbench/app/views/collections/show.html.erb
@@ -16,7 +16,9 @@
overflow:auto;
border:solid;
border-width:1px;
- border-color: gray
+ border-color: gray;
+ position: absolute;
+ left: 1px;
}
<% end %>
@@ -146,9 +148,9 @@
function provenance_sizing_fixup() {
var a = document.getElementById("provenance_graph");
a.style.height = String(window.innerHeight - (a.getBoundingClientRect().top + window.scrollY) - 2) + "px";
+ a.style.width = String(window.innerWidth - 10) + "px";
}
$(window).resize(provenance_sizing_fixup);
- $(window).load(provenance_sizing_fixup);
function graph_zoom(scale) {
var pg = document.getElementById("provenance_graph");
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list