From d32e74b24b5948726768cb24d04ff0bc3a80afdf Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 2 Jul 2008 10:19:26 +0000 Subject: profile menu, single view layout, and comments all updated git-svn-id: https://code.elgg.org/elgg/trunk@1266 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/views/default/profile/css.php | 8 ++++---- views/default/canvas/layouts/one_column.php | 2 +- views/default/css.php | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 0b6d3f503..7eb5fa624 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -5,6 +5,9 @@ /* *************************************** AVATAR CONTEXTUAL MENU *************************************** */ +#profile_icon_wrapper { + float:left; +} .usericon { position:relative; @@ -45,7 +48,4 @@ .usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;} .usericon .item_line { border-top:solid 1px #dddddd;} - -#profile_icon_wrapper { - float:left; -} \ No newline at end of file +.usericon div.sub_menu h3 {font-size:1.2em;} \ No newline at end of file diff --git a/views/default/canvas/layouts/one_column.php b/views/default/canvas/layouts/one_column.php index bb1d10e43..c818bc439 100644 --- a/views/default/canvas/layouts/one_column.php +++ b/views/default/canvas/layouts/one_column.php @@ -14,7 +14,7 @@ ?> -
+
diff --git a/views/default/css.php b/views/default/css.php index 53c33e6e8..0e9ee7b67 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -77,7 +77,7 @@ body { background: #4690d6; font: 75%/1.5 "Lucida Grande", "Lucida Sans", Verdana, sans-serif; color: #333333; - background: url(_graphics/page_back_linen.gif) repeat left top; + background: url(_graphics/page_back_linen.gif) repeat left 1px; } a { color: #4690d6; @@ -213,7 +213,9 @@ h6 { font-size: 0.8em; } height:360px; } - +#layout_maincontent.no_sidebar { + padding:0px 0px 20px 20px !important; +} #wrapper_maincontent.single_column { /* width:785px;*/ background: white; @@ -1026,12 +1028,10 @@ p.user_menu_friends_of { } .generic_comment_details { margin-left: 60px; - border: 0px; - border-bottom: 1px; - border-style: solid; + border-bottom: 1px solid #aaaaaa; } .generic_comment_owner { - font-size: 80%; + color:#666666; margin: 0px; } -- cgit v1.2.3