From 076c873a8d34970ff6895eb21e8fab0cca6b3357 Mon Sep 17 00:00:00 2001 From: pete Date: Sun, 29 Jun 2008 21:24:08 +0000 Subject: page footer added and msg div fixed for IE git-svn-id: https://code.elgg.org/elgg/trunk@1204 36083f99-b078-4883-b0ff-0f9b5a30f544 --- _graphics/footer_logo.gif | Bin 0 -> 2877 bytes views/default/css.php | 29 +++++++---- views/default/page_elements/footer.php | 92 +++++++++++++++++++++++---------- 3 files changed, 84 insertions(+), 37 deletions(-) create mode 100644 _graphics/footer_logo.gif diff --git a/_graphics/footer_logo.gif b/_graphics/footer_logo.gif new file mode 100644 index 000000000..4e0c95e55 Binary files /dev/null and b/_graphics/footer_logo.gif differ diff --git a/views/default/css.php b/views/default/css.php index d0eed0d27..802a38e51 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -252,12 +252,22 @@ h6 { font-size: 0.8em; } background: url(_graphics/footer_back.gif) repeat-x left top; height:80px; } -#layout_footer p { - padding:20px; +#layout_footer table { + margin:0 0 0 20px; } -#layout_footer a { +#layout_footer a, #layout_footer p { color:white; + margin:0; } +#layout_footer .footer_toolbar_links { + text-align:right; + padding:15px 0 0 0; + font-size:1.2em; +} +#layout_footer .footer_legal_links { + text-align:right; +} + /* *************************************** WIDGET PICKER (PROFILE & DASHBOARD) *************************************** */ @@ -558,18 +568,18 @@ a.toggle_customise_edit_panel:hover { background:#F7DAD8; color:#000000; padding:3px 10px 3px 10px; - margin:20px 20px 0px 20px; + margin:20px 20px 0px 180px; z-index: 99999; position:absolute; - width:936px; + width:776px; } /* IE6 fix */ * html .messages { - width:777px; + margin:20px 20px 0px 20px; } /* IE7 */ *:first-child+html .messages { - width:777px; + margin:20px 20px 0px 20px; } /* *************************************** @@ -993,8 +1003,9 @@ p.user_menu_friends_of { padding:0px 10px 20px 0px; } - - +#forums, #forum_topics, #topic_posts { + background:white; +} diff --git a/views/default/page_elements/footer.php b/views/default/page_elements/footer.php index c7ac30a36..4828c5caa 100644 --- a/views/default/page_elements/footer.php +++ b/views/default/page_elements/footer.php @@ -1,29 +1,65 @@ - - -
- - - -
- - - - - + + +
+ + + +
+ + + + + \ No newline at end of file -- cgit v1.2.3