diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 01:17:25 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-03 01:17:25 +0000 |
commit | baf271e729359d54869ecc627e4cc689f7bd9ebd (patch) | |
tree | 805fb3dfca86cb622df75abf85640ac70971e8d6 /views/default/css | |
parent | bb04e23b5bd8490bc1daa0d08ed79e10f8d1886a (diff) | |
download | elgg-baf271e729359d54869ecc627e4cc689f7bd9ebd.tar.gz elgg-baf271e729359d54869ecc627e4cc689f7bd9ebd.tar.bz2 |
adjusted the one column and two column layouts
git-svn-id: http://code.elgg.org/elgg/trunk@7507 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/screen.php | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/views/default/css/screen.php b/views/default/css/screen.php index 2e6c9c1a7..c564e876b 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -228,24 +228,13 @@ h2 { .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; } /* *************************************** @@ -306,7 +295,6 @@ h2 { } .elgg-layout > .elgg-body { float:left; - width:730px; position: relative; min-height: 360px; margin:10px 20px 20px 10px; @@ -322,7 +310,6 @@ h2 { } #elgg-page-contents { /* main page contents */ float:left; - width:730px; position: relative; min-height: 360px; margin:10px 20px 20px 10px; @@ -350,6 +337,26 @@ h2 { 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 |