(refs #44)Add milestone progress bar to the issue detail page.

This commit is contained in:
takezoe
2013-07-22 17:01:00 +09:00
parent cfa36a21b5
commit 6fd1a990ae
6 changed files with 48 additions and 22 deletions

View File

@@ -478,6 +478,15 @@ div.milestone-menu a.delete {
color: #b00;
}
div#milestone-progress-area {
display: inline-block;
}
div#milestone-progress-area div.milestone-progress {
width: 150px;
margin-bottom: -6px;
}
div.milestone-progress {
position: relative;
height: 20px;