forked from Wavyzz/dolibarr
Fix: problem with scrollbar
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 */
|
||||
/* ============================================================================== */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user