]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
using elgg-module-<type>
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Feb 2011 23:31:47 +0000 (23:31 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 5 Feb 2011 23:31:47 +0000 (23:31 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544

34 files changed:
documentation/theming/preview/objects.php
engine/lib/views.php
mod/blog/views/default/blog/group_module.php
mod/blog/views/default/blog/sidebar/archives.php
mod/blog/views/default/blog/sidebar/revisions.php
mod/file/views/default/file/group_module.php
mod/groups/views/default/discussion/group_module.php
mod/groups/views/default/groups/profile/activity_module.php
mod/groups/views/default/groups/sidebar/featured.php
mod/groups/views/default/groups/sidebar/find.php
mod/groups/views/default/groups/sidebar/members.php
mod/notifications/views/default/notifications/subscriptions/collections.php
mod/notifications/views/default/notifications/subscriptions/forminternals.php
mod/notifications/views/default/notifications/subscriptions/groupsform.php
mod/notifications/views/default/notifications/subscriptions/personal.php
mod/pages/views/default/pages/group_module.php
mod/pages/views/default/pages/sidebar/history.php
mod/pages/views/default/pages/sidebar/navigation.php
views/default/core/likes/display.php
views/default/core/members/sidebar.php
views/default/core/settings/account/default_access.php
views/default/core/settings/account/email.php
views/default/core/settings/account/language.php
views/default/core/settings/account/notifications.php
views/default/core/settings/account/password.php
views/default/core/settings/statistics/numentities.php
views/default/core/settings/statistics/online.php
views/default/core/settings/tools/plugin.php
views/default/css/elements/chrome.php
views/default/css/elements/grid.php
views/default/css/elements/layout_objects.php
views/default/css/elements/page_layout.php
views/default/css/elements/reset.php
views/default/output/tagcloud.php

index f90009caba30b3c3b51a2a197decaae0f4c4a069..fc3d3c532865670c39b868448478353af1cb0f72 100644 (file)
@@ -24,16 +24,16 @@ $url = current_page_url();
                                <div class="pam">
                                <?php
                                        echo elgg_view('layout/objects/module', array(
-                                               'title' => 'elgg-aside-module',
+                                               'title' => 'elgg-module-aside',
                                                'body' => $ipsum,
-                                               'class' => 'elgg-aside-module',
+                                               'class' => 'elgg-module-aside',
                                        ));
                                ?>
                                <?php
                                        echo elgg_view('layout/objects/module', array(
-                                               'title' => 'elgg-popup-module',
+                                               'title' => 'elgg-module-popup',
                                                'body' => $ipsum,
-                                               'class' => 'elgg-popup-module',
+                                               'class' => 'elgg-module-popup',
                                        ));
                                ?>
                                </div>
@@ -42,18 +42,9 @@ $url = current_page_url();
                                <div class="pam">
                                <?php
                                        echo elgg_view('layout/objects/module', array(
-                                               'title' => 'elgg-group-module',
+                                               'title' => 'elgg-module-info',
                                                'body' => $ipsum,
-                                               'class' => 'elgg-group-module',
-                                       ));
-                               ?>
-                               </div>
-                               <div class="pam">
-                               <?php
-                                       echo elgg_view('layout/objects/module', array(
-                                               'title' => 'elgg-info-module',
-                                               'body' => $ipsum,
-                                               'class' => 'elgg-info-module',
+                                               'class' => 'elgg-module-info',
                                        ));
                                ?>
                                </div>
index 56325ebda76a3c6c6e1f4de27cfda3aff416a6c0..0010b8808af2a1e3ba24bf574802b3808710346d 100644 (file)
@@ -1094,7 +1094,7 @@ function elgg_view_latest_comments($owner_guid, $type = 'object', $subtype = '',
        $params = array(
                'title' => $title,
                'body' => $body,
-               'class' => 'elgg-aside-module',
+               'class' => 'elgg-module-aside',
        );
        return elgg_view('layout/objects/module', $params);
 }
index f082aef12d6b2c0d9f6c53fdbbbb013b7036c4f9..e56670316627eb6f3c321fa8a109f209f713234e 100644 (file)
@@ -44,6 +44,6 @@ $content .= "<span class='elgg-widget-more'>$new_link</span>";
 $params = array(
        'header' => $header,
        'body' => $content,
-       'class' => 'elgg-group-module',
+       'class' => 'elgg-module-info',
 );
 echo elgg_view('layout/objects/module', $params);
index 81cac40fc973c2c707428acd6baf60af9d3bc8e5..477e1261e6c11586fcffadf23da3ca9064c33353 100644 (file)
@@ -28,7 +28,7 @@ if ($page_owner && $vars['page'] != 'friends') {
                echo elgg_view('layout/objects/module', array(
                        'title' => $title,
                        'body' => $content,
-                       'class' => 'elgg-aside-module',
+                       'class' => 'elgg-module-aside',
                ));
        }
 }
\ No newline at end of file
index e8a8748e7c7d1ea0bfd114854ce28ecee567cd02..1baf0003743e59b23cd3b649c4d5a8619b6e7408 100644 (file)
@@ -75,7 +75,7 @@ if (elgg_instanceof($blog, 'object', 'blog') && $blog->canEdit()) {
                echo elgg_view('layout/objects/module', array(
                        'title' => $title,
                        'body' => $body,
-                       'class' => 'elgg-aside-module',
+                       'class' => 'elgg-module-aside',
                ));
        }
 }
\ No newline at end of file
index 64806cabc2658d4c97728916e63815a472881398..ebd07c2b2801458efa1e68168bdaafb4eda786d9 100644 (file)
@@ -44,6 +44,6 @@ $content .= "<span class='elgg-widget-more'>$new_link</span>";
 $params = array(
        'header' => $header,
        'body' => $content,
-       'class' => 'elgg-group-module',
+       'class' => 'elgg-module-info',
 );
 echo elgg_view('layout/objects/module', $params);
index 7071bda8b1b35d01332012b92c0ccfac3f2f10dc..dd3a3e1cb957ec47419bcff7287dccd61d29b1b2 100644 (file)
@@ -47,6 +47,6 @@ $content .= "<span class='elgg-widget-more'>$new_link</span>";
 $params = array(
        'header' => $header,
        'body' => $content,
-       'class' => 'elgg-group-module',
+       'class' => 'elgg-module-info',
 );
 echo elgg_view('layout/objects/module', $params);
index 1dce62f71b5c6b604a39a478b776cd1c7a3d4caa..18bfbd5967384895ed2c940724d9cdf66c2b4de7 100644 (file)
@@ -39,7 +39,7 @@ if (!$content) {
 $params = array(
        'header' => $header,
        'body' => $content,
-       'class' => 'elgg-group-module',
+       'class' => 'elgg-module-info',
 );
 echo elgg_view('layout/objects/module', $params);
 
index 47cb7f2abd350ee5475714a41a6a7fbff85d7d3f..46dc53abffe20afc004727b6e8e07687f0140707 100644 (file)
@@ -24,6 +24,6 @@ if ($featured_groups) {
        echo elgg_view('layout/objects/module', array(
                'title' => elgg_echo("groups:featured"),
                'body' => $body,
-               'class' => 'elgg-aside-module',
+               'class' => 'elgg-module-aside',
        ));
 }
index c0c135be2492fe6b36c54a1fb4f2e8ea2e7d29cb..de2a6e740dbcb036a593ee9e2ce1c168f064fc70 100644 (file)
@@ -10,5 +10,5 @@ $body = elgg_view_form('groups/search', array('action' => $url, 'method' => 'get
 echo elgg_view('layout/objects/module', array(
        'title' => elgg_echo('groups:searchtag'),
        'body' => $body,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 ));
index a8c2ffd3f13c9a7abd03e1e35699055dcca5eda4..597ddc07c12bbee5b5d688036b937088d5405291 100644 (file)
@@ -21,5 +21,5 @@ $body .= "<div class='center mts'>$all_link</div>";
 echo elgg_view('layout/objects/module', array(
        'title' => elgg_echo("groups:members"),
        'body' => $body,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 ));
index 2a88020370ebd907fe65f3a5c623ddfc0fe82f3e..55e330cab008a164e40c3e1f98861c3b46b98989 100644 (file)
@@ -13,7 +13,7 @@
        }
        
 </script>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3>
                        <?php echo elgg_echo('notifications:subscriptions:friends:title'); ?>
index d24cd2cd164a13fccc5f376b2dadf98202af96a4..feed02932bf67e1fecb0ed3e550253a883947596 100644 (file)
@@ -1,5 +1,5 @@
 
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3>
                        <?php echo elgg_echo('notifications:subscriptions:title'); ?>
index 17db168c382f003d7ad73fd203fc5448930cdf3f..b7b43cb66e54cae3f98e8f0133f97576c99f422c 100644 (file)
@@ -19,7 +19,7 @@ foreach($NOTIFICATION_HANDLERS as $method => $foo) {
 
 ?>
 
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-body">
        <?php
                echo elgg_view('notifications/subscriptions/jsfuncs',$vars);
index c1b37923687d59405fc42e0119b4c20f74d93bf1..ee8d948b92e531f194ae2a79ba061bb8cc438a85 100644 (file)
@@ -4,7 +4,7 @@ global $NOTIFICATION_HANDLERS;
 
 ?>
 <div class="notification_personal">
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3>
                        <?php echo elgg_echo('notifications:subscriptions:personal:title'); ?>
index 0eadc6669f3d29e5ded0e17cc3cfbb00757bc12b..1cf36067ed83355a19120e61cc01fed5b0dec62d 100644 (file)
@@ -47,6 +47,6 @@ $content .= "<span class='elgg-widget-more'>$new_link</span>";
 $params = array(
        'header' => $header,
        'body' => $content,
-       'class' => 'elgg-group-module',
+       'class' => 'elgg-module-info',
 );
 echo elgg_view('layout/objects/module', $params);
index f9de2c13dc9e1075d2cb3f6518867e34627cb39d..3c0b7bc142009ccf5c72b6486be4b476fb670fde 100644 (file)
@@ -14,6 +14,6 @@ if ($vars['page']) {
 echo elgg_view('layout/objects/module', array(
        'title' => $title,
        'body' => $content,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 ));
 
index 141cf8a64235cdfb0e2b36ca6f216c2d4479b99e..d38f4096c2534193ffe2eb5aed2b04e6ae83870a 100644 (file)
@@ -22,7 +22,7 @@ if (!$content) {
 echo elgg_view('layout/objects/module', array(
        'title' => $title,
        'body' => $content,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 ));
 
 ?>
index db194c04de489005e3b04e99aa4c6332f4d72d87..6804868633a51a321ccb3458b1b077e21eea06c4 100644 (file)
@@ -52,7 +52,7 @@ if ($num_of_likes) {
                'class' => 'elgg-like-toggle',
        );
        $list = elgg_view('output/url', $params);
-       $list .= "<div class='elgg-popup-module elgg-likes-list hidden clearfix'>";
+       $list .= "<div class='elgg-module elgg-module-popup elgg-likes-list hidden clearfix'>";
        $list .= list_annotations($guid, 'likes', 99);
        $list .= "</div>";
 }
index fba0270e52a887c1b127afa0bf1a8992458b4593..21700350488b51815d8752e1f943f3cac64e4350 100644 (file)
@@ -14,7 +14,7 @@ $body = elgg_view_form('members/tag_search', $params);
 $params = array(
        'title' => elgg_echo('members:searchtag'),
        'body' => $body,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 );
 echo elgg_view('layout/objects/module', $params);
 
@@ -30,6 +30,6 @@ $body = elgg_view_form('members/name_search', $params);
 $params = array(
        'title' => elgg_echo('members:searchname'),
        'body' => $body,
-       'class' => 'elgg-aside-module',
+       'class' => 'elgg-module-aside',
 );
 echo elgg_view('layout/objects/module', $params);
index 4c4e44757ec88652e984f075187a2d21c0e6b7c3..67a0a4137d2b92719efe8063a6a5a1880a634a54 100644 (file)
@@ -13,7 +13,7 @@ if (elgg_get_config('allow_user_default_access')) {
                        $default_access = elgg_get_config('default_access');
                }
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('default_access:settings'); ?></h3>
        </div>
index 1222a46ef10bbc4c197cc5c87982049fd3010a1c..3782d39a83b6e7cac3d24a98ca8e436f094fb887 100644 (file)
@@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity();
 
 if ($user) {
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('email:settings'); ?></h3>
        </div>
index 15d6ebea5e70dfef90f44906d9ef2ef5c12df2e5..c8fef3a461b90fea83ef9716628647c1fb26dd47 100644 (file)
@@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity();
 
 if ($user) {
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('user:set:language'); ?></h3>
        </div>
index 1a54b1a98150ed686f3c5e4c5a71636c8db5d67c..decf000ea4065929d48e5c150ca46b001a448264 100644 (file)
@@ -10,7 +10,7 @@ global $NOTIFICATION_HANDLERS;
 $notification_settings = get_user_notification_settings(elgg_get_page_owner_guid());
 
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('notifications:usersettings'); ?></h3>
        </div>
index 524cc0ce004edcdec0af6029066873df2b8ad828..0ee215f9c6284d9f36132d24a32af822913d13e8 100644 (file)
@@ -10,7 +10,7 @@ $user = elgg_get_page_owner_entity();
 
 if ($user) {
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('user:set:password'); ?></h3>
        </div>
index dce668ae92e69773c5319cb2648dd5f406bcf19a..fa393f14a3bc6b1617c81ea30f350db58952e9b6 100644 (file)
@@ -11,7 +11,7 @@ $entity_stats = get_entity_statistics(get_loggedin_userid());
 
 if ($entity_stats) {
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('usersettings:statistics:label:numentities'); ?></h3>
        </div>
index 7282484424e3e54583cc08f59833ffd49b986f59..76acec1830108ffc8595048d8c646cb32f79cdd1 100644 (file)
@@ -16,7 +16,7 @@ if ($log) {
 }
 
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo('usersettings:statistics:yourdetails'); ?></h3>
        </div>
index 8fcc87beecfafbe474df092a3fb750bc4a19c3a2..50cc55b50a1b62e6d4f0ca25e48b4d78ffb11b7e 100644 (file)
@@ -23,7 +23,7 @@ if ($user_guid) {
 
 if (elgg_view("usersettings/{$plugin}/edit")) {
 ?>
-<div class="elgg-module elgg-info-module">
+<div class="elgg-module elgg-module-info">
        <div class="elgg-head">
                <h3><?php echo elgg_echo($plugin); ?></h3>
        </div>
index 6ff7279eee16c612fc3514f121ec02538eea038a..dd2896ecf82b1942bfbb9e58ef63c2758159a2ba 100644 (file)
@@ -120,4 +120,11 @@ h2 {
 }
 .elgg-text ol {
        list-style-type: decimal;
-}
\ No newline at end of file
+}
+
+.elgg-subtext {
+       color: #666666;
+       font-size: 85%;
+       line-height: 1.2em;
+       font-style: italic;
+}
index 04c9a46b5a983b53f257a0d48025afb725fa6637..a800a28427c908a8735cde1feeeb40cbfb889afa 100644 (file)
@@ -67,4 +67,4 @@
        line-height: 0;
        font-size: xx-large;
        content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
-}
\ No newline at end of file
+}
index ebb45bbf323965c820c0dab08e709bd783156df5..efb3d29b31c00644055702eb665d4901b5fcd5eb 100644 (file)
@@ -5,8 +5,6 @@
  * @package Elgg.Core
  * @subpackage UI
  */
-?>
-
 /**
  * elgg-body fills the space available to it.
  * It uses hidden text to expand itself. The combination of auto width, overflow
@@ -17,6 +15,7 @@
  *
  * @todo check what happens with long <pre> tags or large images
  */
+?>
 .elgg-body {
        width: auto;
        word-wrap: break-word;
 .elgg-list-item .elgg-subtext {
        margin-bottom: 5px;
 }
-.elgg-subtext {
-       color: #666666;
-       font-size: 85%;
-       line-height: 1.2em;
-       font-style: italic;
-}
 .elgg-tags {
        margin-bottom: 5px;
 }
@@ -110,49 +103,33 @@ table.styled td.column-one {
 table.styled tr:hover {
        background: #E4E4E4;
 }
+
 /* ***************************************
        Modules
 *************************************** */
-
-.elgg-aside-module {
+.elgg-module-aside {
        margin-bottom: 20px;
 }
-.elgg-aside-module .elgg-head {
+.elgg-module-aside .elgg-head {
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 5px;
        padding-bottom: 5px;
 }
-
-.elgg-group-module {
-       margin-bottom: 20px;
-}
-.elgg-group-module > .elgg-head {
-       padding: 5px 5px 3px;
-       background-color: #e4e4e4;
-       border-bottom: 1px solid #cccccc;
-       -moz-border-radius: 4px 4px 0 0;
-}
-.elgg-group-module > .elgg-head h3 {
-       color: #333333;
-}
-
-.elgg-info-module {
+.elgg-module-info {
        margin-bottom: 20px;
 }
-.elgg-info-module .elgg-head {
+.elgg-module-info > .elgg-head {
        background: #e4e4e4;
        padding: 5px;
        margin-bottom: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
 }
-
 <?php //@todo should not assume h3 ?>
-.elgg-info-module .elgg-head h3 {
+.elgg-module-info > .elgg-head h3 {
        color: #333333;
 }
-
-.elgg-popup-module {
+.elgg-module-popup {
        background-color: white;
        border: 1px solid #cccccc;
        z-index: 9999;
@@ -162,6 +139,7 @@ table.styled tr:hover {
        -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
 }
+
 /* ***************************************
        OWNER BLOCK
 *************************************** */
@@ -176,7 +154,6 @@ table.styled tr:hover {
 /* ***************************************
        WIDGETS
 *************************************** */
-
 .elgg-widgets {
        float: right;
        min-height: 30px;
@@ -307,10 +284,10 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 .elgg-state-error {
        background-color:red;
 }
-
 .elgg-system-message p {
        margin:0;
 }
+
 /* ***************************************
        RIVER
 *************************************** */
@@ -341,7 +318,7 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 }
 
 <?php //@todo location-dependent styles ?>
-.elgg-river-content .elgg-user-icon {
+.elgg-river-content .elgg-avatar {
        float: left;
 }
 .elgg-river-layout .elgg-input-dropdown {
@@ -449,4 +426,4 @@ a.elgg-widget-edit-button:hover, a.elgg-widget-delete-button:hover {
 }
 .elgg-tagcloud {
        text-align: justify;
-}
\ No newline at end of file
+}
index ebb201225505ba8bf67ed90b5f16f9d9257f5fe1..13c6ce1d1562d301fc437827920f26fc426ef33e 100644 (file)
@@ -1,15 +1,31 @@
 <?php
 /**
+ * Page Layout
  *
+ * Contains CSS for the page shell and page layout
+ *
+ * Classic layout: 990 wide centered. Used in default page shell
  */
 ?>
 
 /* ***************************************
        PAGE LAYOUT
 *************************************** */
-<?php //@todo should be in base/reset ?>
-body {
-       background-color: white;
+/***** CLASSIC LAYOUT ******/
+.elgg-classic .elgg-page-header > .elgg-inner {
+       width: 990px;
+       margin: 0 auto;
+       height: 90px;
+}
+.elgg-classic .elgg-page-body > .elgg-inner {
+       width: 990px;
+       margin: 0 auto;
+}
+.elgg-classic .elgg-page-footer > .elgg-inner {
+       width: 990px;
+       margin: 0 auto;
+       padding: 5px 0;
+       border-top: 1px solid #DEDEDE;
 }
 
 /***** TOPBAR ******/
@@ -25,7 +41,6 @@ body {
 .elgg-page-topbar > .elgg-inner {
        padding: 2px 10px 2px 8px;
 }
-
 <?php //@todo location-dependent styles ?>
 .elgg-page-topbar a {
        color: #eeeeee;
@@ -41,7 +56,7 @@ body {
        color: #71cbff;
        text-decoration: none;
 }
-/* elgg logo and user avatar need to be adjusted slightly */
+<?php // elgg logo and user avatar need to be adjusted slightly ?>
 .elgg-page-topbar img {
        margin-top: -1px;
 }
@@ -56,7 +71,6 @@ body {
 }
 
 /***** PAGE HEADER ******/
-
 .elgg-page-header {
        x-overflow: hidden;
        position: relative;
@@ -65,15 +79,9 @@ body {
        background-repeat: repeat-x;
        background-position: bottom left;
 }
-
-<?php //@todo Put all elgg-classic styles together ?>
-.elgg-classic .elgg-page-header > .elgg-inner {
-       width: 990px;
-       margin: 0 auto;
-       height: 90px;
+.elgg-page-header > .elgg-inner {
        position: relative;
 }
-
 .elgg-site-title, .elgg-site-title:hover {
        font-size: 2em;
        line-height: 1.4em;
@@ -85,14 +93,9 @@ body {
 }
 
 /***** PAGE BODY ******/
-
 .elgg-page-body > .elgg-inner {
        min-height: 360px;
 }
-.elgg-classic .elgg-page-body > .elgg-inner {
-       width: 990px;
-       margin: 0 auto;
-}
 #elgg-layout-one-column {
        padding: 10px 0;
 }
@@ -106,11 +109,6 @@ body {
        background-repeat: repeat-y;
        background-position: right top;
 }
-.elgg-main {
-       position: relative;
-       min-height: 360px;
-       padding: 10px;
-}
 .elgg-aside {
        padding: 20px 10px;
        position: relative;
@@ -126,37 +124,31 @@ body {
        width: 160px;
        margin: 0 10px 0 0;
 }
-
+.elgg-main {
+       position: relative;
+       min-height: 360px;
+       padding: 10px;
+}
 .elgg-main .elgg-header {
        padding-bottom: 3px;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 10px;
 }
-
 <?php //@todo location-dependent styles ?>
 .elgg-main .elgg-header h2 {
        float: left;
        max-width: 530px;
        margin-right: 10px;
 }
-
 .elgg-main > .elgg-header a {
        float: right;
 }
 
 /***** PAGE FOOTER ******/
-
 .elgg-page-footer {
        position: relative;
        z-index: 999;
 }
-.elgg-classic .elgg-page-footer > .elgg-inner {
-       width: 990px;
-       margin: 0 auto;
-       padding: 5px 0;
-       border-top: 1px solid #DEDEDE;
-}
-
 <?php //@todo location-dependent styles ?>
 .elgg-page-footer a {
        float: left;
@@ -168,11 +160,9 @@ body {
        float: left;
        width: 100%;
 }
-.elgg-page-footer .elgg-inner,
-.elgg-page-footer .elgg-inner a,
-.elgg-page-footer .elgg-inner p {
+.elgg-page-footer, .elgg-page-footer a {
        color: #999999;
 }
-.elgg-page-footer .elgg-inner a:hover {
+.elgg-page-footer a:hover {
        color: #666666;
 }
index b5f77675e30d4dfc3a459a0657b1827bce7c9061..5a88180af9e829a500339193b6307fc03206936c 100644 (file)
@@ -28,6 +28,9 @@ table, caption, tbody, tfoot, thead, tr, th, td {
        font-family: inherit;
        vertical-align: baseline;
 }
+body {
+       background-color: white;
+}
 img {
        border-width:0;
        border-color:transparent;
index c8d7413422a386a511b07204772ea7943b0a6a7b..2f76d9cbe24530840a342bf010e3c030f426014e 100644 (file)
@@ -66,7 +66,7 @@ if (!empty($vars['tagcloud']) && is_array($vars['tagcloud'])) {
                $params = array(
                        'title' => elgg_echo('tagcloud'),
                        'body' => $cloud,
-                       'class' => 'elgg-tagcloud elgg-aside-module',
+                       'class' => 'elgg-tagcloud elgg-module-aside',
                );
                echo elgg_view('layout/objects/module', $params);
        } else {