Fix calendar today/go button sometimes get misaligned in the sidebar

This commit is contained in:
Hadi Nategh 2018-07-23 09:55:54 +02:00
parent b17c525e75
commit 8795f1865a
3 changed files with 7 additions and 7 deletions

View File

@ -97,7 +97,7 @@
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;

View File

@ -118,7 +118,7 @@
}
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;
@ -2146,7 +2146,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
* border-color: depending on category
* background: depending on category (shade)
*/
background-color: #679fd2;
background-color: #679FD2;
border-top: 1px solid;
}
.calendar_calEvent:not([class*=" cat_"]) {

View File

@ -106,7 +106,7 @@
}
#calendar-sidebox_header_go,
#calendar-sidebox_header_today {
position: absolute;
position: absolute !important;
width: 12.0px;
height: 12.0px;
top: 28px;
@ -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(100% - 75px);
height: calc(25%);
}
#calendar_sidebox_content .egw_fw_ui_category_content {
padding-left: 0px !important;
@ -2134,7 +2134,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
* border-color: depending on category
* background: depending on category (shade)
*/
background-color: #679fd2;
background-color: #679FD2;
border-top: 1px solid;
}
.calendar_calEvent:not([class*=" cat_"]) {