* Fix code style.
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
#taskTree li > a > span + span {margin-left: 8px;}
|
||||
#taskTree li.selected > a {background-color: #E8F3FC;}
|
||||
#taskTree li.selected > a > span.title {color: #006AF1;}
|
||||
#taskTree .label-id {border-color: #cbd0db; color: #7d8599}
|
||||
#taskTree .label.label-type {background: #fff; border: 1px solid #7d8599; color:#7d8599}
|
||||
#taskTree .label-id {border-color: #cbd0db; color: #7d8599;}
|
||||
#taskTree .label.label-type {background: #fff; border: 1px solid #7d8599; color: #7d8599;}
|
||||
|
||||
#taskTree li > a > span.title {color: #3C4353; white-space: nowrap; max-width: 60%; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
|
||||
#taskTree li > a > span.user {color: #838a9d;}
|
||||
#taskTree li > a > span.user > .icon-person {font-size: 14px; position: relative; top: -1px; color: #a6aab8}
|
||||
#taskTree li > a > span.user > .icon-person {font-size: 14px; position: relative; top: -1px; color: #a6aab8;}
|
||||
|
||||
#taskTree li > .list-toggle {transform: rotate(0deg); width: 16px; height: 16px; border: 4px solid #a6aab8; border-radius: 2px; top: 7px;}
|
||||
#taskTree li > .list-toggle:before {content: ' '; display: block; position: absolute; border: 1px solid #a6aab8; top: 2px; left: -3px; right: -3px; bottom: 2px; min-width: 0; transition: all .2s;}
|
||||
@@ -38,10 +38,10 @@
|
||||
#itemContent .label {background: #fff; border: 1px solid #ddd;}
|
||||
#mainContent > .side-col {width: 460px; display: table-cell; overflow: hidden;}
|
||||
#mainContent > .side-col > .cell {display: block; width: 440px; overflow: auto;}
|
||||
#mainContent.hide-side > .side-col {display: none}
|
||||
#mainContent.hide-side > .side-col {display: none;}
|
||||
|
||||
h2.detail-title {font-size: 14px;}
|
||||
h2.detail-title .label-id, h2.detail-title .label {top: -1px}
|
||||
h2.detail-title .label-id, h2.detail-title .label {top: -1px;}
|
||||
#itemContent > .detail:first-child {padding-top: 10px;}
|
||||
.detail-content > .btn-toolbar {margin-top: 15px;}
|
||||
.detail-content > .infos > span {display: inline-block;}
|
||||
@@ -52,6 +52,6 @@ h2.detail-title .label-id, h2.detail-title .label {top: -1px}
|
||||
details .btn-comment.pull-right {right: 30px;}
|
||||
.modal-comment .modal-dialog {min-width: 600px;}
|
||||
|
||||
#itemContent .label-product, #taskTree .item-product > a > .label-type {border-color: #7d8599; color: #7d8599; }
|
||||
#itemContent .label-product, #taskTree .item-product > a > .label-type {border-color: #7d8599; color: #7d8599;}
|
||||
#itemContent .label-story, #taskTree .item-story > a > .label-type {border-color: #7d8599; color: #7d8599;}
|
||||
#itemContent .label-task, #taskTree .item-task > a > .label-type {border-color: #7d8599; color: #7d8599}
|
||||
#itemContent .label-task, #taskTree .item-task > a > .label-type {border-color: #7d8599; color: #7d8599;}
|
||||
|
||||
Reference in New Issue
Block a user