issue close and reopen block ui
This commit is contained in:
parent
63dae435f9
commit
9047cadcd3
2 changed files with 38 additions and 3 deletions
|
@ -856,6 +856,7 @@ html, body {
|
|||
|
||||
.commit-list .sha a {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.guide-box pre, .guide-box .input-group {
|
||||
|
@ -1165,7 +1166,7 @@ html, body {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
#issue .issue-child .panel-heading .user {
|
||||
#issue .issue-child .panel-heading .user,#issue .issue-closed a.user,#issue .issue-opened a.user {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -1173,6 +1174,10 @@ html, body {
|
|||
border-color: #CCC;
|
||||
}
|
||||
|
||||
#issue .issue-is-closed .issue-line{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#issue .issue-head .info .btn {
|
||||
margin-top: -8px;
|
||||
margin-left: 8px;
|
||||
|
@ -1188,6 +1193,20 @@ html, body {
|
|||
width: 60%;
|
||||
}
|
||||
|
||||
#issue .issue-closed .issue-content,#issue .issue-opened .issue-content{
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
#issue .issue-closed{
|
||||
border-bottom: 3px solid #CCC;
|
||||
margin-bottom: 24px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
#issue .issue-closed .btn-danger,#issue .issue-opened .btn-success{
|
||||
margin: 0 .8em;
|
||||
}
|
||||
|
||||
/* wrapper and footer */
|
||||
|
||||
#wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue