aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/css.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-26 18:11:46 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-26 18:11:46 +0000
commit87c87227c4171e1c706939f746362bcaa56212df (patch)
tree71abd6a3d9063bab8ba309d7dbb80823dd26e638 /mod/profile/views/default/profile/css.php
parent963ab53fc2ad247ebbdcec2e4ad8c9064e2d2352 (diff)
downloadelgg-87c87227c4171e1c706939f746362bcaa56212df.tar.gz
elgg-87c87227c4171e1c706939f746362bcaa56212df.tar.bz2
Improved profile listings
git-svn-id: https://code.elgg.org/elgg/trunk@1155 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views/default/profile/css.php')
-rw-r--r--mod/profile/views/default/profile/css.php64
1 files changed, 27 insertions, 37 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php
index 655e072ad..9a5016694 100644
--- a/mod/profile/views/default/profile/css.php
+++ b/mod/profile/views/default/profile/css.php
@@ -2,40 +2,30 @@
?>
-/*
-
-#user_menu {
- position:absolute;
- border:1px solid #333333;
- background:#e4ecf5;
- color:#333333;
- padding:0px;
- width: 200px;
- display:none;
-}
-
-#user_menu p {
- margin: 0px;
-}
-
-#user_menu p.user_menu_name {
- background-color: #888;
- padding: 3px;
-}
-
-#user_menu p.user_menu_name b {
- color: #fff;
-}
-
-#user_menu p a {
- padding: 3px;
- display: block;
-}
-
-#user_menu p a:hover {
- background-color: #336699;
- color: #fff;
- text-decoration: none;
-}
-
-*/ \ No newline at end of file
+ .profile_listing {
+
+ display: block;
+ background-color: #eee;
+ padding: 5px;
+ margin-bottom: 10px;
+
+ }
+
+ .profile_listing_icon {
+
+ position: absolute;
+
+ }
+
+ .profile_listing_info {
+
+ margin-left: 60px;
+ height: 40px;
+
+ }
+
+ .profile_listing_info p {
+
+ margin: 0px;
+
+ } \ No newline at end of file