diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 21:42:42 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 21:42:42 +0000 |
commit | f6e39063c40ea92efcd54d11f55d97d50790d4de (patch) | |
tree | 8613d9c94bd804e5eaeb9d14e60a080434647caf /views/default/css.php | |
parent | 0ec8f93ce6b0ab00e6c85cf4648abdd7c0e4db6e (diff) | |
download | elgg-f6e39063c40ea92efcd54d11f55d97d50790d4de.tar.gz elgg-f6e39063c40ea92efcd54d11f55d97d50790d4de.tar.bz2 |
updated page layout
git-svn-id: https://code.elgg.org/elgg/trunk@957 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php index d81e9d379..8622e44ba 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -182,6 +182,12 @@ h6 { font-size: 0.8em; } #wrapper_sidebar_right { margin:0; } +#layout_sidebar_right_narrow { + width:160px; + min-height: 260px; + float:right; + padding:0px 0px 20px 10px; +} #layout_maincontent { padding:0px 10px 20px 20px; @@ -194,6 +200,9 @@ h6 { font-size: 0.8em; } .has_sidebar_right { margin:0 260px 0 0 !important; } +.has_narrow_sidebar_right { + margin:0 190px 0 0 !important; +} /* IE6 fix */ * html #layout_maincontent { height:360px; @@ -376,11 +385,11 @@ h6 { font-size: 0.8em; } #topmenu .usericon { float:right; } -/* temp fix - force user avatar to mini size */ +/* temp fix - force user avatar to mini size #topmenu .usericon img { width:40px; height:40px; -} +}*/ /* *************************************** COLLAPSABLE BOXES |