From 32df0fad09f36ea7f7d3ea519bd4fbe35108a7d9 Mon Sep 17 00:00:00 2001 From: pete Date: Tue, 29 Jul 2008 15:49:26 +0000 Subject: 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 --- views/default/canvas/layouts/widgets.php | 21 +++++------------- views/default/css.php | 38 +++++++++++++++++++++++++------- 2 files changed, 36 insertions(+), 23 deletions(-) (limited to 'views') diff --git a/views/default/canvas/layouts/widgets.php b/views/default/canvas/layouts/widgets.php index c0f30e006..b73a5401d 100644 --- a/views/default/canvas/layouts/widgets.php +++ b/views/default/canvas/layouts/widgets.php @@ -85,16 +85,15 @@ Choose the features you want to add to your page by dragging them from the Wi -

-

()

+

(Fixed position on page)

@@ -103,7 +102,6 @@ Choose the features you want to add to your page by dragging them from the Wi

> - 0) { @@ -240,6 +238,8 @@ Choose the features you want to add to your page by dragging them from the Wi
+ + @@ -258,7 +258,7 @@ Choose the features you want to add to your page by dragging them from the Wi
- + @@ -318,12 +318,3 @@ Choose the features you want to add to your page by dragging them from the Wi
- - - - - - - - - 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 { -- cgit v1.2.3