mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix not getting an extra srollbar on calendar participant tab
This commit is contained in:
parent
05ffcf9d7d
commit
48b449470d
@ -94,7 +94,7 @@
|
||||
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="240"/>
|
||||
</template>
|
||||
<template id="calendar.edit.participants" template="" lang="" group="0" version="1.9.001">
|
||||
<grid width="99%" overflow="auto" id="participants">
|
||||
<grid width="99%" id="participants">
|
||||
<columns>
|
||||
<column width="85"/>
|
||||
<column/>
|
||||
|
@ -1051,9 +1051,6 @@ div.calendar {
|
||||
#calendar-edit .et2_tabs {
|
||||
min-height: 246px;
|
||||
}
|
||||
#calendar-edit .et2_tabcntr {
|
||||
overflow-y: auto;
|
||||
}
|
||||
#calendar-edit input.hasDatepicker,
|
||||
#calendar-edit #calendar-edit_start {
|
||||
width: 129px;
|
||||
|
@ -425,12 +425,6 @@ div.calendar { position: relative; }
|
||||
// Size for tabs
|
||||
.et2_tabs {min-height: 246px;}
|
||||
|
||||
|
||||
.et2_tabcntr {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
input.hasDatepicker,
|
||||
#calendar-edit_start{width: 129px;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user