X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fd1e12105ef7efb5e2642c8e20f032f5b15cd974..656176226eeb75d24c17de792cc090e4862c46f5:/apps/workbench/app/views/application/_svg_div.html.erb diff --git a/apps/workbench/app/views/application/_svg_div.html.erb b/apps/workbench/app/views/application/_svg_div.html.erb index 20269621f3..8a417d9e0e 100644 --- a/apps/workbench/app/views/application/_svg_div.html.erb +++ b/apps/workbench/app/views/application/_svg_div.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <%= content_for :css do %> /* Need separate style for each instance of svg div because javascript will manipulate the properties. */ #<%= divId %> { @@ -7,8 +11,8 @@ border-width: 1px; border-color: gray; position: absolute; - left: 225px; - right: 1px; + left: 25px; + right: 25px; } path:hover { stroke-width: 5; @@ -24,7 +28,7 @@ stroke-linecap: round; }); <% end %> -
+
@@ -34,5 +38,4 @@ stroke-linecap: round; <%= raw(svg) %>
-