aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 13:14:15 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-12 13:14:15 +0000
commitdf33cae986557cc521fd5d0a7d4c956d256171cf (patch)
tree8fc085ed26aa69dabe83ff237406c031d1824c6f /views/default/css.php
parent2b897e6b2b03bcdd9182e49e73f0c864897137f0 (diff)
downloadelgg-df33cae986557cc521fd5d0a7d4c956d256171cf.tar.gz
elgg-df33cae986557cc521fd5d0a7d4c956d256171cf.tar.bz2
new layout using canvas view
git-svn-id: https://code.elgg.org/elgg/trunk@886 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/views/default/css.php b/views/default/css.php
index b1b0f5ba6..d1d09599b 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -167,26 +167,30 @@ h6 { font-size: 0.8em; }
margin:0;
}
+#layout_canvas {
+ margin:20px 20px 20px 160px;
+ min-height: 360px;
+}
+
#layout_sidebar_right {
- width:233px; /* 260-27*/
+ width:250px; /* 260-10*/
min-height: 260px;
float:right;
- padding:20px 20px 14px 7px;
+ padding:0px 0px 20px 10px;
}
-
#wrapper_sidebar_right {
margin:0;
}
#layout_maincontent {
- margin:0 260px 0 160px;
- min-height: 360px;
- padding:20px 13px 20px 20px;
+ padding:0px 10px 20px 20px;
+}
+#wrapper_maincontent {
+ margin:0;
}
-/* subclass for maincontent when hiding sidebar */
-.wide {
- margin:0 0 0 160px !important;
- padding:20px 20px 20px 20px !important;
+/* subclass for layout_maincontent when showing rhs sidebar */
+.has_sidebar_right {
+ margin:0 260px 0 0 !important;
}
/* IE6 fix */
* html #layout_maincontent {
@@ -207,10 +211,6 @@ h6 { font-size: 0.8em; }
padding:0;
}
-#wrapper_maincontent {
- margin:0;
-}
-
#layout_spotlight {
padding:0;
}