Fix broken calendar mobile theme caused by wrongly compiled calc css

This commit is contained in:
Hadi Nategh 2021-08-24 12:23:19 +02:00
parent 43eed77879
commit b621acb10f
2 changed files with 4 additions and 4 deletions

View File

@ -419,13 +419,13 @@ Hide subsequent headers in week view with non-consolidated owners
top: 2em;
}
#calendar-view_view.hideDayColHeader tr:first-of-type .calendar_calGridHeader .calendar_calDayColHeader_spacer {
height: calc(33.5em);
height: calc(1.5em + 32px);
}
#calendar-view_view.hideDayColHeader tr .calendar_calGridHeader > span.et2_label {
white-space: nowrap;
display: block;
position: static;
width: calc(42%);
width: calc(100% - 58px);
margin-left: 58px;
color: white;
background-color: #2D6393;
@ -2940,7 +2940,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
width: 50px;
}
#calendar-toolbar .nm-mob-header #calendar-toolbar_toolbar {
width: calc(0%);
width: calc(100% - 100px);
display: inline-block;
padding: 0px !important;
}

View File

@ -110,7 +110,7 @@
width: 50px;
}
#calendar-toolbar_toolbar{
width: calc(100% - 100px);
width: ~"calc(100% - 100px)";
display: inline-block;
padding: 0px !important;
#toolbar-actionlist {