Fix freetime search button overlaps delete button in calendar edit

This commit is contained in:
Hadi Nategh 2016-04-14 14:58:21 +00:00
parent b4a4864717
commit 718a5878e0
2 changed files with 4 additions and 1 deletions

View File

@ -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;}

View File

@ -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;