mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove scrollbar on weekday selectbox on freetime search
This commit is contained in:
parent
efc0371c60
commit
6a12d45739
@ -1380,7 +1380,15 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
|
|
||||||
.calendar_freetime_header { font-size: 120%; font-weight: bold; }
|
.calendar_freetime_header { font-size: 120%; font-weight: bold; }
|
||||||
.calendar_freetime_timeframe { position: relative;}
|
.calendar_freetime_timeframe { position: relative;}
|
||||||
.calendar_freetime_dow { position: absolute; }
|
.calendar_freetime_dow {
|
||||||
|
position: absolute;
|
||||||
|
width: 30ex;
|
||||||
|
height: 22em;
|
||||||
|
}
|
||||||
|
.calendar_freetime_dow ul.ui-multiselect-checkboxes {
|
||||||
|
overflow-y: visible;
|
||||||
|
height: 20em;
|
||||||
|
}
|
||||||
|
|
||||||
img.calendar_print_button, img.calendar_print_appicon {
|
img.calendar_print_button, img.calendar_print_appicon {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
@ -1350,6 +1350,12 @@ Hide subsequent headers in week view with non-consolidated owners
|
|||||||
}
|
}
|
||||||
.calendar_freetime_dow {
|
.calendar_freetime_dow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 30ex;
|
||||||
|
height: 22em;
|
||||||
|
}
|
||||||
|
.calendar_freetime_dow ul.ui-multiselect-checkboxes {
|
||||||
|
overflow-y: visible;
|
||||||
|
height: 20em;
|
||||||
}
|
}
|
||||||
img.calendar_print_button,
|
img.calendar_print_button,
|
||||||
img.calendar_print_appicon {
|
img.calendar_print_appicon {
|
||||||
|
Loading…
Reference in New Issue
Block a user