Fix broken calendar list caused by unintentional change from commit 8795f1865a

This commit is contained in:
Hadi Nategh 2018-08-21 14:48:14 +02:00
parent 563a356eaa
commit 3c85c5ce9c
3 changed files with 3 additions and 3 deletions

View File

@ -1528,7 +1528,7 @@ img.calendar_print_appicon {
/* Keeps the scrollbar in the window in chrome */
margin-right: 10px;
/* Prevents going to far down (off bottom)*/
height: calc(25%);
height: calc(100% - 78px);
}
#calendar_sidebox_content .egw_fw_ui_category_content {
padding-left: 0px !important;

View File

@ -1516,7 +1516,7 @@ img.calendar_print_appicon {
/* Keeps the scrollbar in the window in chrome */
margin-right: 10px;
/* Prevents going to far down (off bottom)*/
height: calc(25%);
height: calc(100% - 78px);
}
#calendar_sidebox_content .egw_fw_ui_category_content {
padding-left: 0px !important;

View File

@ -29,7 +29,7 @@
/* Keeps the scrollbar in the window in chrome */
margin-right: 10px;
/* Prevents going to far down (off bottom)*/
height: calc(100% - 75px);
height: ~"calc(100% - 78px)";
}
// ************************************************