Fix: problem with scrollbar
This commit is contained in:
parent
8401fb4f99
commit
21e326b308
@ -623,25 +623,17 @@ td.photo {
|
||||
/*
|
||||
* PANES and CONTENT-DIVs
|
||||
*/
|
||||
#mainContent .ui-layout-pane {
|
||||
|
||||
#mainContent {
|
||||
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/auguria/img/headbg2.jpg' ?>) 0 0 no-repeat;
|
||||
}
|
||||
|
||||
#mainContent, #leftContent .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;
|
||||
#mainContent, #leftContent .ui-layout-center {
|
||||
padding: 0px;
|
||||
position: relative; /* contain floated or positioned elements */
|
||||
overflow: auto; /* add scrolling to content-div */
|
||||
|
||||
@ -607,25 +607,17 @@ td.photo {
|
||||
/*
|
||||
* PANES and CONTENT-DIVs
|
||||
*/
|
||||
#mainContent .ui-layout-pane {
|
||||
|
||||
#mainContent {
|
||||
background: #ffffff url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/headbg2.jpg' ?>) 0 0 no-repeat;
|
||||
}
|
||||
|
||||
#mainContent, #leftContent .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;
|
||||
#mainContent, #leftContent .ui-layout-center {
|
||||
padding: 0px;
|
||||
position: relative; /* contain floated or positioned elements */
|
||||
overflow: auto; /* add scrolling to content-div */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user