12 lines
568 B
CSS
12 lines
568 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;}
|