.ajax-loader.left {
background-position: left center;
}
-.elgg-aside h3 {
- border-bottom:1px solid #CCCCCC;
- margin-bottom:5px;
- margin-top:20px;
- padding-bottom:5px;
-}
-.elgg-center {
- margin: 0 auto;
+.right {
+ float: right;
}
-.elgg-width-classic {
- width: 990px;
- /* temp until layout css is sorted
- background-image:url(<?php echo elgg_get_site_url(); ?>_graphics/sidebar_background.gif);
- background-repeat:repeat-y;
- background-position: right top;
-*/
+.left {
+ float: left;
}
/* ***************************************
}
.elgg-layout > .elgg-body {
float:left;
- width:730px;
position: relative;
min-height: 360px;
margin:10px 20px 20px 10px;
}
#elgg-page-contents { /* main page contents */
float:left;
- width:730px;
position: relative;
min-height: 360px;
margin:10px 20px 20px 10px;
text-align: right;
}
+.elgg-aside h3 {
+ border-bottom:1px solid #CCCCCC;
+ margin-bottom:5px;
+ margin-top:20px;
+ padding-bottom:5px;
+}
+
+.elgg-center {
+ margin: 0 auto;
+}
+
+.elgg-width-classic {
+ width: 990px;
+}
+
+.elgg-width-content {
+ width: 730px;
+}
+
+
/* ***************************************
ELGG TOPBAR
* @uses $vars['content'] Content string
*/
?>
-<div id="elgg-content" class="clearfix">
- <div id="elgg-page-contents" class="clearfix one_column">
+<div class="elgg-body">
+ <div class="elgg-layout elgg-center elgg-width-classic clearfix">
<?php echo $vars['content']; ?>
<?php echo $vars['area1']; ?>
</div>
?>
</div>
- <div class="elgg-body">
+ <div class="elgg-body elgg-width-content">
<?php
// @todo deprecated so remove in Elgg 2.0
if (isset($vars['area1'])) {
<div class="elgg-footer">
<div class="elgg-inner elgg-center elgg-width-classic">
<?php echo elgg_view('footer/links'); ?>
- <a href="http://www.elgg.org" class="powered-by-elgg-badge">
+ <a href="http://www.elgg.org" class="right">
<img src="<?php echo elgg_get_site_url(); ?>_graphics/powered_by_elgg_badge_drk_bckgnd.gif" alt="Powered by Elgg" />
</a>
</div>