mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +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_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-sidebox_header_go,
|
#calendar-sidebox_header_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
@ -2146,7 +2146,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
* border-color: depending on category
|
* border-color: depending on category
|
||||||
* background: depending on category (shade)
|
* background: depending on category (shade)
|
||||||
*/
|
*/
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
.calendar_calEvent:not([class*=" cat_"]) {
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||||||
|
@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
#calendar-sidebox_header_go,
|
#calendar-sidebox_header_go,
|
||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
position: absolute;
|
position: absolute !important;
|
||||||
width: 12.0px;
|
width: 12.0px;
|
||||||
height: 12.0px;
|
height: 12.0px;
|
||||||
top: 28px;
|
top: 28px;
|
||||||
@ -1515,8 +1515,8 @@ img.calendar_print_appicon {
|
|||||||
#calendar-list {
|
#calendar-list {
|
||||||
/* Keeps the scrollbar in the window in chrome */
|
/* Keeps the scrollbar in the window in chrome */
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
/* Prevents going to far down (off bottom)*/
|
/* Prevents going to far down (off bottom)*/
|
||||||
height: calc(100% - 75px);
|
height: calc(25%);
|
||||||
}
|
}
|
||||||
#calendar_sidebox_content .egw_fw_ui_category_content {
|
#calendar_sidebox_content .egw_fw_ui_category_content {
|
||||||
padding-left: 0px !important;
|
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
|
* border-color: depending on category
|
||||||
* background: depending on category (shade)
|
* background: depending on category (shade)
|
||||||
*/
|
*/
|
||||||
background-color: #679fd2;
|
background-color: #679FD2;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
.calendar_calEvent:not([class*=" cat_"]) {
|
.calendar_calEvent:not([class*=" cat_"]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user