Skip to content
Snippets Groups Projects

cutprogress: Sortierung nach Tagen

Files

@@ -137,10 +137,23 @@ th.rotate {
th.rotate > div {
transform:
rotate(270deg)
translate(-50px,0px);
translate(-100px,0px);
width: 30px;
}
th.rotate > div > span {
padding: 5px 10px;
}
.tooltip-inner {
max-width: 500px;
}
#cutprogress td {
white-space: nowrap;
}
#cutprogress.table tr.weekbreak td {
border-top: 2px solid black !important;
}
Loading