From 16b1655ad5ae0822d1dbf85b3b8f1f5041587e1b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 May 2012 18:00:53 +0200 Subject: [PATCH] Fix: Width of gantt chart --- htdocs/projet/ganttview.php | 3 ++- htdocs/theme/auguria/style.css.php | 2 +- htdocs/theme/bureau2crea/style.css.php | 2 +- htdocs/theme/cameleo/style.css.php | 2 +- htdocs/theme/eldy/style.css.php | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index 1747d8b9356..02d2d678215 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -228,7 +228,8 @@ if (count($tasksarray)>0) if (! empty($conf->use_javascript_ajax)) { - print '
'."\n"; + //var_dump($_SESSION); + print '
'."\n"; include_once(DOL_DOCUMENT_ROOT.'/projet/ganttchart.php'); print '
'."\n"; } diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index cf25d391669..2d4f81cf602 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -2095,7 +2095,7 @@ div.tdlineupdown { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index acd4ce6afa9..6207ee6161d 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -2355,7 +2355,7 @@ form.listactionsfilter input[type="submit"] { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 8cc873eefc9..919c2eeabb5 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -2171,7 +2171,7 @@ div.table-val-border-col { /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index e9b14275eab..42aa1b2108b 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2382,7 +2382,7 @@ a.cke_dialog_ui_button /* ============================================================================== */ div.scroll2 { - width: 582px !important; + width: px !important; }