diff --git a/theme/arialist/style/pagelayout.css b/theme/arialist/style/pagelayout.css index dbaf4850a08..719a569c747 100644 --- a/theme/arialist/style/pagelayout.css +++ b/theme/arialist/style/pagelayout.css @@ -65,7 +65,6 @@ body { } #page-content #region-post .region-content { - overflow: hidden; padding: 20px 0 20px 10px; } diff --git a/theme/base/style/blocks.css b/theme/base/style/blocks.css index 1eed2db61f1..f0af0450870 100644 --- a/theme/base/style/blocks.css +++ b/theme/base/style/blocks.css @@ -36,6 +36,11 @@ .block_completionstatus .generaltable { border: 0px; } .block_completionstatus .generaltable .cell { border: 0px; } +.block-region { + min-height: 400px; + overflow: hidden; +} + /** Overide for RTL layout **/ .dir-rtl .block .header, .dir-rtl .block h2.header {text-align:right;} diff --git a/theme/base/style/pagelayout.css b/theme/base/style/pagelayout.css index ac8ffaf9f63..7a659ccc2ba 100644 --- a/theme/base/style/pagelayout.css +++ b/theme/base/style/pagelayout.css @@ -37,7 +37,7 @@ body {margin:auto 0px;width:auto;} #page-content #region-main {margin-right:0px;margin-left:400px;overflow:hidden;} #page-content #region-pre {float:left;left:200px;overflow:hidden;position:relative;width:200px;margin-left:-50%;} #page-content #region-post {float:left;left:0px;overflow:hidden;position:relative;width:200px;} -#page-content .region-content {overflow:hidden;padding:10px;} +#page-content .region-content {padding:10px;} #page-footer {clear:both;float:left;width:100%;} /** Only side pre **/ diff --git a/theme/binarius/style/pagelayout.css b/theme/binarius/style/pagelayout.css index 5aaf4d21d3d..518aa850f56 100644 --- a/theme/binarius/style/pagelayout.css +++ b/theme/binarius/style/pagelayout.css @@ -77,7 +77,6 @@ body { #page-content #region-main-box #region-post-box #region-pre .region-content, #page-content #region-main-box #region-post-box #region-post .region-content { - overflow: hidden; padding: 10px 0 20px 10px; } diff --git a/theme/brick/style/pagelayout.css b/theme/brick/style/pagelayout.css index ecd38366a42..4911b3dfbf9 100644 --- a/theme/brick/style/pagelayout.css +++ b/theme/brick/style/pagelayout.css @@ -65,7 +65,6 @@ body { } #page-content #region-post .region-content { - overflow: hidden; padding: 0px 0 20px 10px; } diff --git a/theme/fusion/style/pagelayout.css b/theme/fusion/style/pagelayout.css index 04abd25382c..513a9bb0364 100644 --- a/theme/fusion/style/pagelayout.css +++ b/theme/fusion/style/pagelayout.css @@ -67,7 +67,6 @@ body { } #page-content #region-post .region-content { - overflow: hidden; padding: 0 0 0 10px; } diff --git a/theme/magazine/style/layout.css b/theme/magazine/style/layout.css index d732c3c2125..c54cb053424 100644 --- a/theme/magazine/style/layout.css +++ b/theme/magazine/style/layout.css @@ -33,7 +33,6 @@ #page-content #region-pre { float: left; left: 26%; - overflow: visible; position: relative; width: 21%; } @@ -41,13 +40,11 @@ #page-content #region-post { float: left; left: 82%; - overflow: visible; position: relative; width: 21%; } #page-content .region-content { - overflow: visible; padding: 10px 0; border: 0px solid #3333cc; } diff --git a/theme/nimble/style/pagelayout.css b/theme/nimble/style/pagelayout.css index 9d69b953f62..5929e8ae323 100644 --- a/theme/nimble/style/pagelayout.css +++ b/theme/nimble/style/pagelayout.css @@ -68,7 +68,6 @@ body { } #page-content #region-post .region-content { - overflow: hidden; padding: 0 0 0 0; } diff --git a/theme/nonzero/style/pagelayout.css b/theme/nonzero/style/pagelayout.css index e86c7abb192..2fb011530d6 100644 --- a/theme/nonzero/style/pagelayout.css +++ b/theme/nonzero/style/pagelayout.css @@ -55,7 +55,6 @@ body {margin:auto 0px;width:auto;} #page-content #region-pre .region-content, #page-content #region-post .region-content { - overflow: hidden; padding: 20px 10px; } diff --git a/theme/overlay/style/pagelayout.css b/theme/overlay/style/pagelayout.css index 95b8fb56c29..85934c38898 100644 --- a/theme/overlay/style/pagelayout.css +++ b/theme/overlay/style/pagelayout.css @@ -43,17 +43,14 @@ body {margin:auto 0px; position: relative; width: 200px; left: 200px; - min-height: 100%; } #page-content #region-post { float: right; position: relative; left: 600px; width: 200px; - min-height: 100%; } #page-content #region-main .region-content { - overflow: hidden; padding: 20px 20px 20px 0; min-height: 100%; } @@ -67,7 +64,6 @@ body {margin:auto 0px; } #page-content #region-pre .region-content, #page-content #region-post .region-content { - overflow: hidden; padding: 20px 10px; min-height: 100%; } diff --git a/theme/sky_high/style/pagelayout.css b/theme/sky_high/style/pagelayout.css index 644fb491144..99ac3e5cb3b 100644 --- a/theme/sky_high/style/pagelayout.css +++ b/theme/sky_high/style/pagelayout.css @@ -69,14 +69,12 @@ body { } #page-content #region-main .region-content { - overflow: hidden; margin: 20px; padding-bottom: 20px; } #page-content #region-pre .region-content, #page-content #region-post .region-content { - overflow: hidden; padding: 20px 10px; }