From 21e326b30857c5e62295bdb355b554d27aa97f35 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 31 Oct 2010 09:16:37 +0000 Subject: [PATCH] Fix: problem with scrollbar --- htdocs/theme/auguria/style.css.php | 22 +++++++--------------- htdocs/theme/eldy/style.css.php | 22 +++++++--------------- 2 files changed, 14 insertions(+), 30 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index a0a700895b9..d891308f942 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -623,25 +623,17 @@ td.photo { /* * PANES and CONTENT-DIVs */ -#mainContent .ui-layout-pane { + +#mainContent { + background: #ffffff url() 0 0 no-repeat; +} + +#mainContent, #leftContent .ui-layout-pane { padding: 0px; overflow: auto; } -#mainContent .ui-layout-center { - background: #ffffff url() 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() 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 */ diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 1de58689b17..616efcf7c5e 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -607,25 +607,17 @@ td.photo { /* * PANES and CONTENT-DIVs */ -#mainContent .ui-layout-pane { + +#mainContent { + background: #ffffff url() 0 0 no-repeat; +} + +#mainContent, #leftContent .ui-layout-pane { padding: 0px; overflow: auto; } -#mainContent .ui-layout-center { - background: #ffffff url() 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() 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 */