Fix checklist padding (#3460)
* Changed style of checklist in issuelist. * Adjusted padding for progressbar, updated index.css. * Fixed another wrong tab to spaces. Signed-off-by: modmew8 <modmew8@gmail.com>
This commit is contained in:
parent
a2648281a0
commit
ffd0062438
4 changed files with 25 additions and 17 deletions
File diff suppressed because one or more lines are too long
|
@ -1491,20 +1491,24 @@
|
|||
.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%;
|
||||
}
|
||||
}
|
||||
.checklist {
|
||||
padding-left: 5px;
|
||||
.progress-bar {
|
||||
margin-left: 2px;
|
||||
width: 80px;
|
||||
height: 6px;
|
||||
display: inline-block;
|
||||
background-color: #eee;
|
||||
overflow: hidden;
|
||||
border-radius: 3px;
|
||||
vertical-align: 2px !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