From f6e39063c40ea92efcd54d11f55d97d50790d4de Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 17 Jun 2008 21:42:42 +0000 Subject: updated page layout git-svn-id: https://code.elgg.org/elgg/trunk@957 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/canvas/layouts/narrow_right_sidebar.php | 8 +++----- views/default/css.php | 13 +++++++++++-- 2 files changed, 14 insertions(+), 7 deletions(-) (limited to 'views') diff --git a/views/default/canvas/layouts/narrow_right_sidebar.php b/views/default/canvas/layouts/narrow_right_sidebar.php index bc6c54725..d2b109dd8 100644 --- a/views/default/canvas/layouts/narrow_right_sidebar.php +++ b/views/default/canvas/layouts/narrow_right_sidebar.php @@ -14,20 +14,18 @@ ?> -
+
-
-

-
+
-
+
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 -- cgit v1.2.3