X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/43f38dbf96127a4036be5e8b01f9e82d825ad949..e1d71c83e17ba6d06e2442ed775f7efd4ea32d84:/apps/workbench/app/views/collections/_show_files.html.erb diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index 4cc262ecc0..38c5d00ba1 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -1,48 +1,3 @@ -<% content_for :css do %> -ul.collection_files { - line-height: 2.5em; - list-style-type: none; - background: #FFF; -} - -ul.collection_files li { - clear: both; -} - -li.collection_files_row_even { - background: #FFF; -} - -li.collection_files_row_odd { - background: #EEE; -} - -.collection_files_inline { - clear: both; - width: 80%; - height: auto; - max-height: 6em; - margin: 0 1em; -} - -.collection_files_name { - padding-left: .5em; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -.collection_files_name i.fa { - display: block-inline; - width: 1.75em; - text-align: center; -} - -.collection_files_buttons { - float: right; -} -<% end %> - <% content_for :tab_line_buttons do %>
@@ -66,15 +21,18 @@ li.collection_files_row_odd { <% while dirstack.any? and (dirstack.last != dirname) %> <% dirstack.pop %> <% end %> -
  • +
  • <% if size.nil? # This is a subdirectory. %> <% dirstack.push(File.join(dirname, filename)) %> -
    <%= filename %>
    -