aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/screen.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-02 14:50:54 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-02 14:50:54 +0000
commitaaf77c64250c97d2b953aac8e63d3f1efd3155e7 (patch)
tree8cbdd9a91bab8a72e77abaac8c98c47e4192bccc /views/default/css/screen.php
parent8d35ab3f6ffae94e5fda14d241be610b2db56a7b (diff)
downloadelgg-aaf77c64250c97d2b953aac8e63d3f1efd3155e7.tar.gz
elgg-aaf77c64250c97d2b953aac8e63d3f1efd3155e7.tar.bz2
more cleanup of the basic layout css
git-svn-id: http://code.elgg.org/elgg/trunk@7500 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css/screen.php')
-rw-r--r--views/default/css/screen.php29
1 files changed, 23 insertions, 6 deletions
diff --git a/views/default/css/screen.php b/views/default/css/screen.php
index 2c7ed27c8..596da1b24 100644
--- a/views/default/css/screen.php
+++ b/views/default/css/screen.php
@@ -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;