Added timesheet-calendar view (#236)

This commit is contained in:
Kevin Papst
2018-07-27 20:19:56 +02:00
committed by GitHub
parent 5ccc1c991b
commit e6f8bc8ae2
40 changed files with 1286 additions and 49 deletions

7
assets/css/calendar.scss Normal file
View File

@@ -0,0 +1,7 @@
.popover-content {
.calendar-entry {
ul {
padding: 0 0 0 10px;
}
}
}