21 lines
776 B
CSS
21 lines
776 B
CSS
.side-col .cell {padding: 0px;}
|
|
.side-col #legendProjectAndTask .list-unstyled {padding: 10px; border: 1px solid #ddd; border-top: 0px; margin: 0px;}
|
|
.tab-pane table {border: 1px solid #ddd; border-top: none;}
|
|
.page-title{max-width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
|
.pull-left{max-width: 80%;}
|
|
.MRThWidth {width: 90px !important;}
|
|
.btn-edit-comment {z-index: 100;}
|
|
|
|
#assignedTo a {border-color: transparent;}
|
|
#assignedTo a:hover {border-color: rgba(0,0,0,.2);}
|
|
#childrenTable tbody > tr:nth-child(odd) {background-color: #f5f5f5;}
|
|
|
|
.c-id {width: 50px;}
|
|
.c-pri {width: 40px;}
|
|
.c-deadline {width: 100px;}
|
|
.c-assignedTo {width: 120px;}
|
|
.c-status {width: 80px;}
|
|
.c-consumedAB {width: 60px;}
|
|
.c-leftAB {width: 60px;}
|
|
.c-actions {width: 175px;}
|