Improve calendar

This commit is contained in:
2021-02-10 14:06:38 +01:00
parent c29b6ac688
commit fafe5afd95
9 changed files with 60 additions and 9 deletions
+20 -1
View File
@@ -417,7 +417,7 @@ td.monthview-primary-with-event {
font-weight: bold;
}
.collaps{
font-size: 28px;
font-size: 26px;
padding-right: 8px;
}
.filter{
@@ -461,4 +461,23 @@ td.monthview-primary-with-event {
.showcalendar{
display: none;
}
.timeline-header{
z-index: 1000000;
position: absolute;
width: 100%;
background-color: white;
}
.timeline-container{
margin-top: 67px;
}
.calendar-border{
background: #ebebeb;
margin: 13px 20px;
height: 2px;
}