]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3629 added overflow hidden to .elgg-module for both default and admin themes
authorCash Costello <cash.costello@gmail.com>
Wed, 29 Jun 2011 11:05:14 +0000 (07:05 -0400)
committerCash Costello <cash.costello@gmail.com>
Wed, 29 Jun 2011 11:05:14 +0000 (07:05 -0400)
views/default/css/admin.php
views/default/css/elements/modules.php

index ce271f49bd69fffd7adbb325269e2fb38bbe88b9..e8705583f95d228c9b2db88493d2145dbfe9b961 100644 (file)
@@ -302,7 +302,9 @@ table.mceLayout {
 /* ***************************************
        MODULES
 *************************************** */
-
+.elgg-module {
+       overflow: hidden;
+}
 .elgg-module-main {
        background-color: #fff;
        border: 1px solid #ccc;
index c4808478b5d0338a7ecb0a7a9d75e2f317100eb8..ef85d4dd5a9d397e24a3c3d9d8f35355e53120e2 100644 (file)
@@ -2,6 +2,7 @@
        Modules
 *************************************** */
 .elgg-module {
+       overflow: hidden;
        margin-bottom: 20px;
 }