forked from extern/egroupware
Remove scrollbar on weekday selectbox on freetime search
This commit is contained in:
parent
f6f1c2fec7
commit
dc49bc0eb3
@ -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