aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 15:49:26 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 15:49:26 +0000
commit32df0fad09f36ea7f7d3ea519bd4fbe35108a7d9 (patch)
treefa5657272069eb6e0cb74a399e17e6f7133b161e /views/default/css.php
parenta62b3e42bb1afa792b44b2e7e1e3c2a22a27a399 (diff)
downloadelgg-32df0fad09f36ea7f7d3ea519bd4fbe35108a7d9.tar.gz
elgg-32df0fad09f36ea7f7d3ea519bd4fbe35108a7d9.tar.bz2
final changes to widgets - all ready to wire up now
git-svn-id: https://code.elgg.org/elgg/trunk@1574 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php38
1 files changed, 30 insertions, 8 deletions
diff --git a/views/default/css.php b/views/default/css.php
index dc3e5e64a..b4e5e30e1 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -181,7 +181,7 @@ h6 { font-size: 0.8em; }
/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
- width:170px;
+ width:210px;
margin:20px 0 20px 20px;
min-height:360px;
float:left;
@@ -230,23 +230,29 @@ h6 { font-size: 0.8em; }
width:306px;
margin:20px;
min-height:360px;
+/*
background: white;
- padding:0;
+
+*/ padding:0;
}
#widgets_middle {
width:306px;
margin:20px 0 20px 0;
min-height:360px;
+/*
background: white;
- padding:0;
+
+*/ padding:0;
}
#widgets_right {
width:306px;
margin:20px 20px 20px 20px;
- min-height:760px;
+ min-height:360px;
float:left;
+/*
background: white;
- padding:0;
+
+*/ padding:0;
}
#widget_table td {
border:0;
@@ -586,7 +592,7 @@ a.toggle_customise_edit_panel:hover {
border-top:1px solid #cccccc;
background:white;
width:210px; /* was 210px */
- height:440px;
+ height:340px;
padding:10px;
overflow:scroll;
overflow-x:hidden;
@@ -646,10 +652,13 @@ a.toggle_customise_edit_panel:hover {
width:200px;
margin:0;
padding:5px 5px 40px 5px;
- min-height: 288px;
+ min-height: 190px;
border:1px solid #cccccc;
}
+#rightcolumn_widgets.long {
+ min-height: 288px;
+}
/* IE6 fix */
* html #leftcolumn_widgets {
height: 190px;
@@ -658,6 +667,9 @@ a.toggle_customise_edit_panel:hover {
height: 190px;
}
* html #rightcolumn_widgets {
+ height: 190px;
+}
+* html #rightcolumn_widgets.long {
height: 338px;
}
@@ -1116,7 +1128,13 @@ input[type="submit"] {
margin:0 0 0 0;
padding: 0;
}
-
+#dashboard_info {
+ margin:20px 0px 0 20px;
+ padding:20px;
+ border-bottom:1px solid #cccccc;
+ border-right:1px solid #cccccc;
+ background: white;
+}
#profile_menu_wrapper {
@@ -1131,7 +1149,11 @@ input[type="submit"] {
}
#profile_menu_wrapper a {
display:block;
+ width:200px;
+/*
width:180px;
+
+*/
padding:0 0 0 3px;
}
#profile_menu_wrapper a:hover {