aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-02 10:19:26 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-02 10:19:26 +0000
commitd32e74b24b5948726768cb24d04ff0bc3a80afdf (patch)
tree8f1361a903a4212d99aaa245006dc7afbace93e7 /mod/profile/views
parente206743bdb4980de005a74009c6c0bcbf42b24af (diff)
downloadelgg-d32e74b24b5948726768cb24d04ff0bc3a80afdf.tar.gz
elgg-d32e74b24b5948726768cb24d04ff0bc3a80afdf.tar.bz2
profile menu, single view layout, and comments all updated
git-svn-id: https://code.elgg.org/elgg/trunk@1266 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r--mod/profile/views/default/profile/css.php8
1 files changed, 4 insertions, 4 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