mirror of
https://github.com/go-gitea/gitea
synced 2025-08-02 07:38:35 +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:
@@ -782,8 +782,11 @@ footer .ui.left,footer .ui.right{line-height:40px}
|
||||
.issue.list>.item .desc .checklist{padding-left:5px}
|
||||
.issue.list>.item .desc .checklist .progress-bar{margin-left:2px;width:80px;height:6px;display:inline-block;background-color:#eee;overflow:hidden;border-radius:3px;vertical-align:2px!important}
|
||||
.issue.list>.item .desc .checklist .progress-bar .progress{background-color:#ccc;display:block;height:100%}
|
||||
.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}
|
||||
.issue.list>.item .desc a.milestone{margin-left:5px;color:#999!important}
|
||||
.issue.list>.item .desc a.milestone:hover{color:#000!important}
|
||||
.issue.list>.item .desc a.ref{margin-left:8px;color:#999!important}
|
||||
.issue.list>.item .desc a.ref:hover{color:#000!important}
|
||||
.issue.list>.item .desc a.ref span{margin-right:-4px}
|
||||
.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}
|
||||
.issue.list>.item .desc .overdue{color:red}
|
||||
.page.buttons{padding-top:15px}
|
||||
|
Reference in New Issue
Block a user