aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 10:25:14 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 10:25:14 +0000
commit3b970491b7bc84e8f7408b5858e49b75ae7a7d6c (patch)
tree75972f3c54ef5b074d2fdeb0de5f7174c6a744d1 /mod/profile/views/default/profile/css.php
parent8607015bd5a7c749629549baaccd6ce66bba0438 (diff)
downloadelgg-3b970491b7bc84e8f7408b5858e49b75ae7a7d6c.tar.gz
elgg-3b970491b7bc84e8f7408b5858e49b75ae7a7d6c.tar.bz2
Ownerblock links to users objects interface updated.
git-svn-id: http://code.elgg.org/elgg/trunk@6152 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index 505ef70d4..13bae4fed 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -95,6 +95,8 @@ img.medium {
}
#elgg_sidebar #owner_block {
background-color: white;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
padding:5px;
margin-bottom:10px;
}
@@ -142,6 +144,18 @@ img.medium {
display: table;
}
/* ownerblock links to owners tools */
+#owner_block .owners_content_links {
+ border-top:1px dotted #cccccc;
+ margin-top:4px;
+ padding-top:2px;
+}
+#owner_block .owners_content_links ul li {
+ display:block;
+ float:left;
+ width:95px;
+ font-size: 90%;
+}
+/* profile pages - ownerblock links to owners tools */
.owner_block_links {
margin-top:5px;
}