]> source.dussan.org Git - gitea.git/commitdiff
Project files table style update (#8757)
authorMay <themaymeow@gmail.com>
Sat, 2 Nov 2019 00:26:21 +0000 (01:26 +0100)
committerzeripath <art27@cantab.net>
Sat, 2 Nov 2019 00:26:21 +0000 (00:26 +0000)
* 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>
templates/repo/view_list.tmpl

index 4c96109e8bf9067477e46f48a1acb0f745cb2711..87f613f739f9a4b9b7cf032a26e65c6f0d0c8f7a 100644 (file)
@@ -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}}
                                                </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>