mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Fix add button alignment
This commit is contained in:
parent
52eb33b96f
commit
81b48d3fab
@ -169,6 +169,9 @@ div.calendar_conflicts {
|
|||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar button#toolbar-add {
|
||||||
|
margin-right: -3px;
|
||||||
|
}
|
||||||
#calendar-toolbar .egw_fw_ui_app_header_container {
|
#calendar-toolbar .egw_fw_ui_app_header_container {
|
||||||
border: none;
|
border: none;
|
||||||
display:flex;
|
display:flex;
|
||||||
|
@ -188,6 +188,9 @@ div.calendar_conflicts {
|
|||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar button#toolbar-add {
|
||||||
|
margin-right: -3px;
|
||||||
|
}
|
||||||
#calendar-toolbar .egw_fw_ui_app_header_container {
|
#calendar-toolbar .egw_fw_ui_app_header_container {
|
||||||
border: none;
|
border: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -208,6 +211,8 @@ div.calendar_conflicts {
|
|||||||
width: 30%;
|
width: 30%;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
bottom: -10px;
|
||||||
|
height: calc(100% - 75px);
|
||||||
}
|
}
|
||||||
#calendar-view {
|
#calendar-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -176,6 +176,9 @@ div.calendar_conflicts {
|
|||||||
#calendar-toolbar {
|
#calendar-toolbar {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
#calendar-toolbar button#toolbar-add {
|
||||||
|
margin-right: -3px;
|
||||||
|
}
|
||||||
#calendar-toolbar .egw_fw_ui_app_header_container {
|
#calendar-toolbar .egw_fw_ui_app_header_container {
|
||||||
border: none;
|
border: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user