[ARVADOS] updated: 21822c130f0d19eb4082a3b6bc99e45ce1017a8a
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 17 22:22:36 EDT 2014
Summary of changes:
apps/workbench/app/views/projects/_choose.html.erb | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
via 21822c130f0d19eb4082a3b6bc99e45ce1017a8a (commit)
from e0cf8505654d0e1c20b3d6ad31eefdab1fa342fe (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 21822c130f0d19eb4082a3b6bc99e45ce1017a8a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jun 17 22:22:33 2014 -0400
2884: Fixed horizontal scroll in folder selection dialog
diff --git a/apps/workbench/app/views/projects/_choose.html.erb b/apps/workbench/app/views/projects/_choose.html.erb
index 93c0c49..de72c41 100644
--- a/apps/workbench/app/views/projects/_choose.html.erb
+++ b/apps/workbench/app/views/projects/_choose.html.erb
@@ -12,12 +12,13 @@
<% [my_project_tree, shared_project_tree].each do |tree| %>
<% tree.each do |projectnode| %>
<% if projectnode[:object].is_a? String %>
- <div class="row" style="padding-left: <%= 1 + projectnode[:depth] %>em;">
+ <div class="row" style="padding-left: <%= 1 + projectnode[:depth] %>em; margin-right: 0px">
<i class="fa fa-fw fa-folder-open-o"></i>
<%= projectnode[:object] %>
</div>
<% else %>
- <div class="<%= 'selectable project' if !params[:editable] || projectnode[:object].editable? %> row" style="padding-left: <%= 1 + projectnode[:depth] %>em;" data-object-uuid="<%= projectnode[:object].uuid %>">
+ <div class="<%= 'selectable project' if !params[:editable] || projectnode[:object].editable? %> row"
+ style="padding-left: <%= 1 + projectnode[:depth] %>em; margin-right: 0px" data-object-uuid="<%= projectnode[:object].uuid %>">
<i class="fa fa-fw fa-folder-o"></i>
<% if projectnode[:object].uuid == current_user.uuid %>
My Projects
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list