mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
* Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by: modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by: modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by: modmew8 <modmew8@gmail.com>
This commit is contained in:
parent
22a7a7ec9b
commit
d996da6bab
5 changed files with 50 additions and 1 deletions
|
@ -1491,6 +1491,20 @@
|
|||
.desc {
|
||||
padding-top: 5px;
|
||||
color: #999;
|
||||
.progress-bar {
|
||||
width: 80px;
|
||||
height: 6px;
|
||||
display: inline-block;
|
||||
background-color: #eee;
|
||||
overflow: hidden;
|
||||
border-radius: 3px;
|
||||
vertical-align: middle !important;
|
||||
.progress {
|
||||
background-color: #ccc;
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
a.milestone {
|
||||
padding-left: 5px;
|
||||
color: #999!important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue