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