]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
more cleanup of the basic layout css
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Dec 2010 14:50:54 +0000 (14:50 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 2 Dec 2010 14:50:54 +0000 (14:50 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7500 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/screen.php
views/default/layouts/one_column_with_sidebar.php
views/default/page_elements/footer.php

index 2c7ed27c82327e760f3902a401a2a1265e9aba02..596da1b244f4e9dd8782b80f6419d4175448ccd0 100644 (file)
@@ -241,10 +241,11 @@ h2 {
 
 .elgg-width-classic {
        width: 990px;
-       /* temp until layout css is sorted */
+       /* 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;
+*/
 }
 
 /* ***************************************
@@ -303,6 +304,22 @@ h2 {
        background-repeat:repeat-y;
        background-position: right top;
 }
+.elgg-layout > .elgg-body {
+       float:left;
+       width:730px;
+       position: relative;
+       min-height: 360px;
+       margin:10px 20px 20px 10px;
+}
+.elgg-layout > .elgg-aside {
+       background-color:#eeeeee;
+       border-left:1px solid #DEDEDE;
+       float:right;
+       width:209px;
+       padding:20px 10px;
+       position: relative;
+       min-height:360px;
+}
 #elgg-page-contents { /* main page contents */
        float:left;
        width:730px;
@@ -315,16 +332,16 @@ h2 {
        margin-right:10px;
 }
 .elgg-aside { /* elgg sidebar */
-       float:right;
-       width:210px;
-       margin:20px 10px;
-       position: relative;
-       min-height:360px;
+
 }
 .elgg-footer {
        position: relative;
        z-index: 999;
 }
+.elgg-footer > .elgg-inner {
+       border-top:1px solid #DEDEDE;
+       padding:3px 0 10px 0;
+}
 #elgg-footer-contents {
        border-top:1px solid #DEDEDE;
        margin:0 auto;
index f2c70a02a10fd7e5c5b0d68badecf8da3e461a91..4d99a9308bcaef2981d8f52ad5cf4eabff512e10 100644 (file)
@@ -16,7 +16,7 @@
                ?>
        </div>
        
-       <div id="elgg-page-contents" class="elgg-body clearfix">
+       <div class="elgg-body">
                <?php
                        // @todo deprecated so remove in Elgg 2.0
                        if (isset($vars['area1'])) {
index 66509ba844f846d615af76da07650e446148054a..8262c4d58bf8f00fd87be43443771ba7dd425550 100644 (file)
@@ -10,7 +10,7 @@
 
 ?>
 <div class="elgg-footer">
-       <div id="elgg-footer-contents" class="clearfix">
+       <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">
                        <img src="<?php echo elgg_get_site_url(); ?>_graphics/powered_by_elgg_badge_drk_bckgnd.gif" alt="Powered by Elgg" />