Make edit popup dialogs compatible to resize window feature

This commit is contained in:
Hadi Nategh 2014-12-04 16:43:45 +00:00
parent d14605b91a
commit eefb5963bf
9 changed files with 4 additions and 18 deletions

View File

@ -90,7 +90,7 @@
</hbox> </hbox>
</template> </template>
<template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001"> <template id="calendar.edit.description" template="" lang="" group="0" version="1.0.1.001">
<textbox multiline="true" id="description" rows="12" cols="70" width="99%" height="250"/> <textbox multiline="true" id="description" resize_ratio="1" 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%" height="250" overflow="auto" id="participants"> <grid width="99%" height="250" overflow="auto" id="participants">

View File

@ -11,7 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @version $Id$
*/ */
/* $Id: app.css 49680 2014-12-03 00:20:57Z nathangray $ */ /* $Id: app.css 49681 2014-12-03 00:33:35Z nathangray $ */
/*Media print classes*/ /*Media print classes*/
@media print { @media print {
.th td, .th td,

View File

@ -1,6 +1,5 @@
/* $Id$ */ /* $Id$ */
div#infolog-edit.et2_container { div#infolog-edit.et2_container {
width: 842px;
} }
/* Minimum width for first column */ /* Minimum width for first column */
div#infolog-index.et2_container .gridCont_0_div_col_0 { div#infolog-index.et2_container .gridCont_0_div_col_0 {

View File

@ -2,7 +2,7 @@
<!-- $Id$ --> <!-- $Id$ -->
<overlay> <overlay>
<template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001"> <template id="infolog.edit.description" template="" lang="" group="0" version="1.6.001">
<textbox multiline="true" id="info_des" no_lang="1" width="99%" height="243px"/> <textbox multiline="true" resize_ratio="1" id="info_des" no_lang="1" width="99%" height="243px"/>
</template> </template>
<template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001"> <template id="infolog.edit.links" template="" lang="" group="0" version="1.3.001">
<grid width="100%" height="245" overflow="auto"> <grid width="100%" height="245" overflow="auto">

View File

@ -12,9 +12,6 @@
* @version $Id$ * @version $Id$
*/ */
/* $Id$ */ /* $Id$ */
div#infolog-edit.et2_container {
width: 842px;
}
/* Minimum width for first column */ /* Minimum width for first column */
div#infolog-index.et2_container .gridCont_0_div_col_0 { div#infolog-index.et2_container .gridCont_0_div_col_0 {
min-width: 45px; min-width: 45px;

View File

@ -15,7 +15,6 @@ tr.dialogOperators td,.dialogFooterToolbar {
div#timesheet-edit.et2_container div#timesheet-edit.et2_container
{ {
width: 648px;
} }
/* add # sign behind the ts_id */ /* add # sign behind the ts_id */

View File

@ -53,9 +53,7 @@
</grid> </grid>
</template> </template>
<template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001"> <template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001">
<box height="165" width="100%" overflow="auto"> <textbox multiline="true" height="120" id="ts_description" resize_ratio="1" rows="9" cols="70" class="et2_fullWidth"/>
<textbox multiline="true" id="ts_description" rows="11" cols="70" class="et2_fullWidth"/>
</box>
</template> </template>
<template id="timesheet.edit.links" template="" lang="" group="0" version="0.1.001"> <template id="timesheet.edit.links" template="" lang="" group="0" version="0.1.001">
<grid width="100%" height="165" overflow="auto"> <grid width="100%" height="165" overflow="auto">

View File

@ -30,9 +30,6 @@ tr.dialogOperators td,
.timesheet_titleDetails { .timesheet_titleDetails {
font-weight: bold; font-weight: bold;
} }
div#timesheet-edit.et2_container {
width: 648px;
}
/* add # sign behind the ts_id */ /* add # sign behind the ts_id */
#timesheet-edit_ts_id:before { #timesheet-edit_ts_id:before {
content: "#"; content: "#";
@ -186,6 +183,3 @@ div#timesheet-edit.et2_container {
#timesheet-edit_pm_id input { #timesheet-edit_pm_id input {
width: 99% !important; width: 99% !important;
} }
div#timesheet-edit.et2_container {
width: 668px;
}

View File

@ -149,6 +149,5 @@ span.timesheet_titleDetails {font-weight: bold;}
} }
div#timesheet-edit.et2_container div#timesheet-edit.et2_container
{ {
width: 668px;
} }
// //