mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fix calendar today/go button sometimes get misaligned in the sidebar
This commit is contained in:
parent
b17c525e75
commit
8795f1865a
@ -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;
|
||||
|
@ -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_"]) {
|
||||
|
@ -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_"]) {
|
||||
|
Loading…
Reference in New Issue
Block a user