mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix freetime search button overlaps delete button in calendar edit
This commit is contained in:
parent
b4a4864717
commit
718a5878e0
@ -379,7 +379,7 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
border-right: 1px solid silver;
|
border-right: 1px solid silver;
|
||||||
height: initial;
|
height: initial;
|
||||||
min-height: 2em;
|
min-height: 2em;
|
||||||
|
|
||||||
transition: none;
|
transition: none;
|
||||||
z-index:30;
|
z-index:30;
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
@ -1325,3 +1325,5 @@ input#calendar-edit_location {padding-left: 0;}
|
|||||||
color: #616161;
|
color: #616161;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#calendar-edit .dialogFooterToolbar {min-width: 780px;}
|
@ -1295,6 +1295,7 @@ input#calendar-edit_location {
|
|||||||
color: #616161;
|
color: #616161;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
#calendar-edit .dialogFooterToolbar {min-width: 780px;}
|
||||||
/*generell*/
|
/*generell*/
|
||||||
.egw_fw_content_browser_iframe img[src$="svg"] {
|
.egw_fw_content_browser_iframe img[src$="svg"] {
|
||||||
background-color: #828282 !important;
|
background-color: #828282 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user