added project detail report (#2651)

- avatars via css only
- random colors for entities
- improves print view
- added colors for teams
- added color to tag
This commit is contained in:
Kevin Papst
2021-07-06 22:01:20 +02:00
committed by GitHub
parent cc6031bfde
commit 9ddb87a6fd
122 changed files with 2736 additions and 1549 deletions

View File

@@ -36,23 +36,6 @@ td {
margin-right: 15px;
}
/* Profile */
.avatar-xs {
width: 20px;
height: 20px;
}
.avatar-sm {
width: 25px;
height: 25px;
}
.avatar-md {
width: 30px;
height: 30px;
}
.avatar-lg {
width: 40px;
height: 40px;
}
.box-profile {
img.img-circle {
width: 100px;
@@ -64,6 +47,7 @@ td {
.label-gray {
background-color: $gray-lte;
color: #666;
}
/* Delete link in action dropdowns */
@@ -84,4 +68,14 @@ td.w-min {
table.dataTable thead > tr > th.hw-min {
width: 1%;
white-space: normal;
}
.badge {
font-weight: normal;
color: #000;
background-color: $kimai-default;
}
.label {
font-weight: normal;
}