summaryrefslogtreecommitdiffstats
path: root/templates/repo/view_list.tmpl
diff options
context:
space:
mode:
authorMay <themaymeow@gmail.com>2019-11-02 01:26:21 +0100
committerzeripath <art27@cantab.net>2019-11-02 00:26:21 +0000
commit484edb75836acdc0ea9c5e16737f0f1815c0a2b7 (patch)
treea1026bf95c0661a2c9dfcc5f5485913baa67baa9 /templates/repo/view_list.tmpl
parent0e7f7df3cf176640c66ddf286ec052c7c13beb8a (diff)
downloadgitea-484edb75836acdc0ea9c5e16737f0f1815c0a2b7.tar.gz
gitea-484edb75836acdc0ea9c5e16737f0f1815c0a2b7.zip
Project files table style update (#8757)
* add marking to title_wip_desc Signed-off-by: May <themaymeow@gmail.com> * update table styling Signed-off-by: May <themaymeow@gmail.com> * Update file table column width to 4:9:3 Signed-off-by: May <themaymeow@gmail.com>
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r--templates/repo/view_list.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 4c96109e8b..87f613f739 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -1,4 +1,4 @@
-<table id="repo-files-table" class="ui single line table fixed">
+<table id="repo-files-table" class="ui single line table">
<thead>
<tr class="commit-list">
<th colspan="2">
@@ -62,7 +62,7 @@
</span>
</td>
{{else}}
- <td class="name">
+ <td class="name four wide">
<span class="truncate">
{{if $entry.IsDir}}
{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
@@ -82,12 +82,12 @@
</span>
</td>
{{end}}
- <td class="message">
+ <td class="message nine wide">
<span class="truncate has-emoji">
<a href="{{$.RepoLink}}/commit/{{$commit.ID}}" title="{{$commit.Summary}}">{{$commit.Summary}}</a>
</span>
</td>
- <td class="text grey right age">{{TimeSince $commit.Committer.When $.Lang}}</td>
+ <td class="text grey right age three wide">{{TimeSince $commit.Committer.When $.Lang}}</td>
</tr>
{{end}}
</tbody>