13 lines
883 B
CSS
13 lines
883 B
CSS
#int-dropdown {margin-left: -8px; border-radius: 4px; border: 1px solid #0c64eb;}
|
|
#projectTaskForm table tbody tr td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
.table td.c-estimate, .table td.c-consumed, .table td.c-left {padding-right: 12px;}
|
|
.c-estimate {text-align: right;}
|
|
.c-consumed {text-align: right;}
|
|
.c-deadline {text-align: center;}
|
|
.c-left {text-align: right;}
|
|
.table-footer {z-index: 1;}
|
|
.btn-toolbar > .btn {margin-right: 5px !important;}
|
|
#taskList .c-progress{padding-right: 8px; text-align: right;}
|
|
#datatable-taskList .c-progress{padding-right: 8px; text-align: right;}
|
|
.c-finishedBy, .c-lastEditedBy {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
#executionTaskForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #F4F5F7; margin: 0 4px 0 0;} |