mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Move ref (branch or tag) location on issue list page (#8157)
* Move ref (branch or tag) location on issue list page * Make looks better * move branch label also on milestone/{id} page * [/issues page] Add milestone, Add Ref, Fix Assignees * [repo issues page] reorder tasks, milestone and ref
This commit is contained in:
parent
52fda312df
commit
59b194f4d1
5 changed files with 46 additions and 16 deletions
|
@ -1985,7 +1985,7 @@
|
|||
}
|
||||
|
||||
a.milestone {
|
||||
padding-left: 5px;
|
||||
margin-left: 5px;
|
||||
color: #999999 !important;
|
||||
|
||||
&:hover {
|
||||
|
@ -1993,6 +1993,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
a.ref {
|
||||
margin-left: 8px;
|
||||
color: #999999 !important;
|
||||
|
||||
&:hover {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
span {
|
||||
margin-right: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
.assignee {
|
||||
margin-top: -5px;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue