Fix not getting an extra srollbar on calendar participant tab

This commit is contained in:
Hadi Nategh 2015-02-24 16:36:18 +00:00
parent 05ffcf9d7d
commit 48b449470d
3 changed files with 1 additions and 10 deletions

View File

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

View File

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

View File

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