2
0
forked from Wavyzz/dolibarr

Fix: problem with scrollbar

This commit is contained in:
Regis Houssin
2010-10-31 09:05:56 +00:00
parent e01508140b
commit 8401fb4f99
3 changed files with 65 additions and 2 deletions

View File

@@ -958,7 +958,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
useStateCookie: true,
size: "auto",
resizable: false,
paneClass: "none",
//paneClass: "none",
//resizerClass: "resizer",
//togglerClass: "toggler",
//buttonClass: "button",
@@ -969,6 +969,7 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
resizerTip: "Resize This Pane"
},
west: {
paneClass: "leftContent",
spacing_closed: 14,
togglerLength_closed: 14,
togglerAlign_closed: "top",
@@ -991,7 +992,6 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
fxName: "none"
},
center: {
paneClass: ".ui-layout-content",
paneSelector: "#mainContent"
}
}

View File

@@ -616,6 +616,37 @@ td.photo {
}
/* ============================================================================== */
/* Panes for Main */
/* ============================================================================== */
/*
* PANES and CONTENT-DIVs
*/
#mainContent .ui-layout-pane {
padding: 0px;
overflow: auto;
}
#mainContent .ui-layout-center {
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/headbg2.jpg' ?>) 0 0 no-repeat;
padding: 0px;
position: relative; /* contain floated or positioned elements */
overflow: auto; /* add scrolling to content-div */
}
#leftContent .ui-layout-pane {
padding: 0px;
overflow: auto;
}
#leftContent .ui-layout-center {
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/headbg2.jpg' ?>) 0 0 no-repeat;
padding: 0px;
position: relative; /* contain floated or positioned elements */
overflow: auto; /* add scrolling to content-div */
}
/* ============================================================================== */
/* Toolbar for ECM or Filemanager */
@@ -635,6 +666,7 @@ td.photo {
/* background: #FFFFFF;*/
}
/* ============================================================================== */
/* Panes for ECM or Filemanager */
/* ============================================================================== */

View File

@@ -600,6 +600,37 @@ td.photo {
border: 1px solid #b3c5cc;
}
/* ============================================================================== */
/* Panes for Main */
/* ============================================================================== */
/*
* PANES and CONTENT-DIVs
*/
#mainContent .ui-layout-pane {
padding: 0px;
overflow: auto;
}
#mainContent .ui-layout-center {
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/headbg2.jpg' ?>) 0 0 no-repeat;
padding: 0px;
position: relative; /* contain floated or positioned elements */
overflow: auto; /* add scrolling to content-div */
}
#leftContent .ui-layout-pane {
padding: 0px;
overflow: auto;
}
#leftContent .ui-layout-center {
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/headbg2.jpg' ?>) 0 0 no-repeat;
padding: 0px;
position: relative; /* contain floated or positioned elements */
overflow: auto; /* add scrolling to content-div */
}
/* ============================================================================== */
/* Toolbar for ECM or Filemanager */