timemanager/frontend/src/app/tasks/task-dashboard/task-dashboard.component.css
2023-10-22 10:08:44 +02:00

38 lines
418 B
CSS

mat-form-field {
width: 80%;
}
table {
width: 100%;
}
td, th {
width: 25%;
}
.status-indicator {
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 auto;
}
.mat-column-status, .mat-column-eta {
width: 32px;
text-align: left;
}
.mat-column-edit, .mat-column-delete, .mat-column-finished {
width: 32px;
text-align: center;
}
#clear-tasks-btn {
float: right;
margin-top: 10px;
}