File tree 14 files changed +29
-28
lines changed
14 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 3
3
<h4 class="ui top attached header">
4
4
{{.locale.Tr "admin.notices.system_notice_list"}} ({{.locale.Tr "admin.total" .Total}})
5
5
</h4>
6
- <table class="ui attached basic select selectable table unstackable g-table-auto-ellipsis">
6
+ <table class="ui attached segment select selectable striped table unstackable g-table-auto-ellipsis">
7
7
<thead>
8
8
<tr>
9
9
<th></th>
Original file line number Diff line number Diff line change 45
45
</div>
46
46
{{if $.CanWriteProjects}}
47
47
<div class="column right aligned">
48
- <div class="ui compact right small menu">
48
+ <div class="ui compact right mini menu">
49
49
<a class="item" href="{{$.Link}}/edit?redirect=project">
50
50
{{svg "octicon-pencil"}}
51
51
<span class="gt-mx-3">{{$.locale.Tr "repo.issues.label_edit"}}</span>
Original file line number Diff line number Diff line change 33
33
{{if .IsClosed}}
34
34
{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
35
35
{{else}}
36
- {{svg "octicon-calendar"}}
36
+
37
37
{{if .Milestone.DeadlineString}}
38
- <span {{if .IsOverdue}}class="overdue"{{end}}>{{DateTime "short" .Milestone.DeadlineString}}</span>
38
+ <span{{if .IsOverdue}} class="text red"{{end}}>
39
+ {{svg "octicon-calendar"}}
40
+ {{DateTime "short" .Milestone.DeadlineString}}
41
+ </span>
39
42
{{else}}
43
+ {{svg "octicon-calendar"}}
40
44
{{$.locale.Tr "repo.milestones.no_due_date"}}
41
45
{{end}}
42
46
{{end}}
Original file line number Diff line number Diff line change 94
94
{{svg "octicon-clock" 14}}
95
95
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
96
96
{{else}}
97
- {{svg "octicon-calendar" 14}}
98
97
{{if .DeadlineString}}
99
- <span {{if .IsOverdue}}class="overdue"{{end}}>
98
+ <span{{if .IsOverdue}} class="text red"{{end}}>
99
+ {{svg "octicon-calendar" 14}}
100
100
{{DateTime "short" .DeadlineString}}
101
101
</span>
102
102
{{else}}
103
+ {{svg "octicon-calendar" 14}}
103
104
{{$.locale.Tr "repo.milestones.no_due_date"}}
104
105
{{end}}
105
106
{{end}}
Original file line number Diff line number Diff line change 49
49
</div>
50
50
{{if and $.CanWriteProjects (not $.Repository.IsArchived)}}
51
51
<div class="column right aligned">
52
- <div class="ui compact right small menu">
52
+ <div class="ui compact right mini menu">
53
53
<a class="item" href="{{$.RepoLink}}/projects/{{.Project.ID}}/edit?redirect=project">
54
54
{{svg "octicon-pencil"}}
55
55
<span class="gt-mx-3">{{$.locale.Tr "repo.issues.label_edit"}}</span>
Original file line number Diff line number Diff line change 40
40
<tbody>
41
41
{{if .HasParentPath}}
42
42
<tr class="has-parent">
43
- <td colspan="3">{{svg "octicon-reply"}}<a href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">..</a></td>
43
+ <td colspan="3">{{svg "octicon-reply"}}<a class="muted" href="{{.BranchLink}}{{if .ParentPath}}{{PathEscapeSegments .ParentPath}}{{end}}">..</a></td>
44
44
</tr>
45
45
{{end}}
46
46
{{range $item := .Files}}
Original file line number Diff line number Diff line change 84
84
{{end}}
85
85
{{if ne .DeadlineUnix 0}}
86
86
<span class="due-date" data-tooltip-content="{{$.locale.Tr "repo.issues.due_date"}}">
87
- <span{{if .IsOverdue}} class="overdue "{{end}}>
87
+ <span{{if .IsOverdue}} class="text red "{{end}}>
88
88
{{svg "octicon-calendar" 14 "gt-mr-2"}}
89
89
{{DateTime "short" .DeadlineUnix}}
90
90
</span>
Original file line number Diff line number Diff line change 115
115
{{svg "octicon-clock" 14}}
116
116
{{$.locale.Tr "repo.milestones.closed" $closedDate | Safe}}
117
117
{{else}}
118
- {{svg "octicon-calendar" 14}}
119
118
{{if .DeadlineString}}
120
- <span {{if .IsOverdue}}class="overdue"{{end}}>
119
+ <span{{if .IsOverdue}} class="text red"{{end}}>
120
+ {{svg "octicon-calendar" 14}}
121
121
{{DateTime "short" .DeadlineString}}
122
122
</span>
123
123
{{else}}
124
+ {{svg "octicon-calendar" 14}}
124
125
{{$.locale.Tr "repo.milestones.no_due_date"}}
125
126
{{end}}
126
127
{{end}}
Original file line number Diff line number Diff line change 23
23
</button>
24
24
</form>
25
25
</div>
26
- {{avatar $.Context . 28 "mini"}}
27
- <div class="content">
28
- <a href="{{.HomeLink}}">{{.Name}}</a>
26
+ <div class="content gt-df gt-ac gt-gap-3">
27
+ {{avatar $.Context . 28 "mini"}}
28
+ <a class="muted" href="{{.HomeLink}}">{{.Name}}</a>
29
29
</div>
30
30
</div>
31
31
{{end}}
Original file line number Diff line number Diff line change 23
23
{{else}}
24
24
<span class="icon">{{svg "octicon-repo"}}</span>
25
25
{{end}}
26
- <a class="name" href="{{$repo.Link}}">{{$repo.OwnerName}}/{{$repo.Name}}</a>
27
- <span>{{FileSize $repo.Size}}</span>
26
+ <a class="muted name" href="{{$repo.Link}}">{{$repo.OwnerName}}/{{$repo.Name}}</a>
27
+ <span class="text light-3" >{{FileSize $repo.Size}}</span>
28
28
{{if $repo.IsFork}}
29
29
{{$.locale.Tr "repo.forked_from"}}
30
30
<span><a href="{{$repo.BaseRepo.Link}}">{{$repo.BaseRepo.OwnerName}}/{{$repo.BaseRepo.Name}}</a></span>
Original file line number Diff line number Diff line change @@ -869,6 +869,13 @@ a.label,
869
869
border-color : var (--color-secondary );
870
870
}
871
871
872
+ .ui .table > tfoot > tr > th ,
873
+ .ui .table > tfoot > tr > td {
874
+ border-color : var (--color-secondary );
875
+ background : var (--color-box-body );
876
+ color : var (--color-text );
877
+ }
878
+
872
879
img .ui .avatar ,
873
880
.ui .avatar img ,
874
881
.ui .avatar svg {
Original file line number Diff line number Diff line change 1952
1952
line-height : 2em ;
1953
1953
}
1954
1954
1955
- .repository .settings .collaboration .collaborator .list > .item : not (: last-child ) {
1956
- border-bottom : 1px solid var (--color-secondary );
1957
- }
1958
-
1959
1955
.repository .settings .collaboration # repo-collab-form # search-user-box .results {
1960
1956
left : 7px ;
1961
1957
}
Original file line number Diff line number Diff line change 135
135
margin-right : -4px ;
136
136
}
137
137
138
- .issue .list > .item .desc .overdue {
139
- color : var (--color-red );
140
- }
141
-
142
138
.issue .list .branches {
143
139
display : inline-flex;
144
140
padding : 0 4px ;
Original file line number Diff line number Diff line change 44
44
gap : 8px ;
45
45
}
46
46
47
- .milestone-toolbar .group .overdue {
48
- color : var (--color-red );
49
- }
50
-
51
47
.milestone-toolbar .group > a {
52
48
font-size : 15px ;
53
49
color : var (--color-text-light-2 );
You can’t perform that action at this time.
0 commit comments