From: Cash Costello Date: Wed, 29 Jun 2011 11:05:14 +0000 (-0400) Subject: Fixes #3629 added overflow hidden to .elgg-module for both default and admin themes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=25688ea0e0f1a233b506cd2eb2b5acd84d552f3a;p=lorea%2Felgg.git Fixes #3629 added overflow hidden to .elgg-module for both default and admin themes --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index ce271f49b..e8705583f 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -302,7 +302,9 @@ table.mceLayout { /* *************************************** MODULES *************************************** */ - +.elgg-module { + overflow: hidden; +} .elgg-module-main { background-color: #fff; border: 1px solid #ccc; diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index c4808478b..ef85d4dd5 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -2,6 +2,7 @@ Modules *************************************** */ .elgg-module { + overflow: hidden; margin-bottom: 20px; }