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 */