修改目录结构

This commit is contained in:
huang 2015-10-27 16:32:25 +08:00
parent 294a517251
commit 2cf1f05022
2 changed files with 3 additions and 14 deletions

View File

@ -1,17 +1,6 @@
<div class="autoscroll">
<table class="list entries" id="browser">
<thead>
<tr id="root">
<th><%= l(:field_name) %></th>
<th><%= l(:field_filesize) %></th>
<% if @repository.report_last_commit %>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_age) %></th>
<th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
<% end %>
</tr>
</thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
</tbody>

View File

@ -815,8 +815,8 @@ div.changeset { border-bottom: 1px solid #ddd; }
/*****项目版本库文件 Tables *****/
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
tr.entry { border: 1px solid #f8f8f8; }
.autoscroll {overflow-x: auto; margin-bottom: 0.2em;}
tr.entry { border: 1px solid #DDD; }
tr.entry td { white-space: nowrap; }
tr.entry td.filename { width: 30%; }
tr.entry td.filename_no_report { width: 70%; }