38 lines
2.7 KiB
CSS
38 lines
2.7 KiB
CSS
.table td.content div {height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; max-width: calc(100% - 20px);}
|
|
.table td.content .more {height: 25px; float: left;}
|
|
td.c-branch {overflow: hidden; text-align: left !important; text-overflow: ellipsis; white-space: nowrap;}
|
|
|
|
.table-children {border-left: 2px solid #cbd0db; border-right: 2px solid #cbd0db;}
|
|
.table tbody > tr.table-children.table-child-top {border-top: 2px solid #cbd0db;}
|
|
.table tbody > tr.table-children.table-child-bottom {border-bottom: 2px solid #cbd0db;}
|
|
.table td.has-child > a {max-width: 90%; max-width: calc(100% - 30px); display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
.table td.has-child > .plan-name > .task-toggle {color: #838a9d; position: relative; top: 1px; line-height: 16px;}
|
|
.table td.has-child > .plan-name > .task-toggle:hover {color: #006af1; cursor: pointer;}
|
|
.table td.has-child > .plan-name > .task-toggle > .icon {font-size: 16px; display: inline-block; transition: transform .2s; -ms-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
|
|
.table td.has-child > .plan-name > .task-toggle > .icon:before {text-align: left;}
|
|
.table td.has-child > .plan-name > .task-toggle.collapsed {top: 2px;}
|
|
.table td.has-child > .plan-name > .task-toggle.collapsed > .icon {-ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
|
|
.main-table tbody > tr.table-children > td:first-child::before {width: 3px;}
|
|
@-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;};}
|
|
|
|
.c-title {width: 160px;}
|
|
.c-branch {width: 100px;}
|
|
.c-story, .c-status {width: 80px;}
|
|
.c-execution {width: 60px !important;}
|
|
.c-bug, .c-hour {width: 60px;}
|
|
|
|
.plan-name {position: relative; display: flex; align-items: center;}
|
|
.plan-name > span {flex: none;}
|
|
|
|
[lang^='zh-'] #productplanList .c-title.has-child > .plan-name.expired > a {overflow:hidden; max-width: calc(100% - 62px);}
|
|
[lang^='en'] #productplanList .c-title.has-child > .plan-name.expired > a {overflow:hidden; max-width: calc(100% - 67px);}
|
|
#productplanList .c-title.has-child > .plan-name > a {overflow:hidden; max-width: calc(100% - 16px);}
|
|
#productplanList .c-title > .plan-name.expired > a {overflow:hidden; max-width: calc(100% - 46px);}
|
|
#productplanList .plan-name.expired > .label.label-danger {margin-left:3px; }
|
|
#productplanList .plan-name > .label.label-light {margin-right:3px; }
|
|
|
|
.switchButton {background: #fff !important;}
|
|
.panel-actions {position: relative; padding: 0 0; padding-top: 1px;}
|
|
.icon-list {padding-left: 7px;}
|
|
.icon-kanban {padding-left: 7px; font-size: 16px;}
|