mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Show due date in dashboard issues list (#8860)
* Show due date in dashboard issues list Include due date when vieiwiing all issues on dashboard (matching what we show for repo issue lists). Fixes #8859 * Put in same order as repo issue list * Add suggested changes and also update repo issue list to match
This commit is contained in:
committed by
Antoine GIRARD
parent
884acf8295
commit
b747501337
@@ -818,6 +818,7 @@ i.icon.centerlock{top:1.5em}
|
||||
.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 .due-date{padding-left:5px}
|
||||
.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}
|
||||
|
@@ -2073,6 +2073,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.due-date {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
a.milestone {
|
||||
margin-left: 5px;
|
||||
color: #999999 !important;
|
||||
|
Reference in New Issue
Block a user