mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix calendar side menu flatpickr styling did not show year completely
This commit is contained in:
parent
ae5147ff5d
commit
2965b4e9f6
@ -1641,7 +1641,11 @@ et2-button#calendar-toolbar_toolbar-today::part(label) {
|
|||||||
height: calc(100% - 78px);
|
height: calc(100% - 78px);
|
||||||
}
|
}
|
||||||
#calendar_sidebox_content .egw_fw_ui_category_content {
|
#calendar_sidebox_content .egw_fw_ui_category_content {
|
||||||
padding-left: 0px !important;
|
padding-right: 0px !important;
|
||||||
|
}
|
||||||
|
div.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
|
||||||
|
width: 70%;
|
||||||
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
|
@ -30,13 +30,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ************************************************
|
// ************************************************
|
||||||
|
//sidebox
|
||||||
// Seitenleiste
|
// Seitenleiste
|
||||||
// Ansichten
|
// Ansichten
|
||||||
|
|
||||||
#calendar_sidebox_content .egw_fw_ui_category_content{
|
#calendar_sidebox_content .egw_fw_ui_category_content{
|
||||||
padding-left: 0px !important;
|
padding-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//sidebox flatpickr
|
||||||
|
div.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
|
||||||
|
width: 70%;
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
img.sideboxstar {
|
img.sideboxstar {
|
||||||
.dimension_width_height_xs;
|
.dimension_width_height_xs;
|
||||||
.Complete_Button_Icon_normal;
|
.Complete_Button_Icon_normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user