aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 18:15:49 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-05 18:15:49 +0000
commite02e8f05a0e4d097a964cf9869119bd0f0e2a2e3 (patch)
tree51f82d3528c31b33fb7ab23575e57633a492fda6
parentcad5806d6b546b4d77713c14d82280d31b90a65b (diff)
downloadelgg-e02e8f05a0e4d097a964cf9869119bd0f0e2a2e3.tar.gz
elgg-e02e8f05a0e4d097a964cf9869119bd0f0e2a2e3.tar.bz2
numerous fixes to messageboard, status, river icons,
git-svn-id: https://code.elgg.org/elgg/trunk@1719 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--_graphics/river_icons/river_icon_bookmarks.gifbin0 -> 356 bytes
-rw-r--r--_graphics/river_icons/river_icon_shares.gifbin373 -> 0 bytes
-rw-r--r--_graphics/river_icons/river_icon_status.gifbin356 -> 387 bytes
-rw-r--r--_graphics/toolbar_messages_icon.gifbin410 -> 410 bytes
-rw-r--r--views/default/css.php16
5 files changed, 11 insertions, 5 deletions
diff --git a/_graphics/river_icons/river_icon_bookmarks.gif b/_graphics/river_icons/river_icon_bookmarks.gif
new file mode 100644
index 000000000..bdc98d4af
--- /dev/null
+++ b/_graphics/river_icons/river_icon_bookmarks.gif
Binary files differ
diff --git a/_graphics/river_icons/river_icon_shares.gif b/_graphics/river_icons/river_icon_shares.gif
deleted file mode 100644
index 5b272e765..000000000
--- a/_graphics/river_icons/river_icon_shares.gif
+++ /dev/null
Binary files differ
diff --git a/_graphics/river_icons/river_icon_status.gif b/_graphics/river_icons/river_icon_status.gif
index bdc98d4af..5e480360f 100644
--- a/_graphics/river_icons/river_icon_status.gif
+++ b/_graphics/river_icons/river_icon_status.gif
Binary files differ
diff --git a/_graphics/toolbar_messages_icon.gif b/_graphics/toolbar_messages_icon.gif
index f29a772c9..e98ebd9d0 100644
--- a/_graphics/toolbar_messages_icon.gif
+++ b/_graphics/toolbar_messages_icon.gif
Binary files differ
diff --git a/views/default/css.php b/views/default/css.php
index 69d371804..4ebb6b80f 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1,4 +1,4 @@
-<?php
+eems <?php
/**
* Elgg CSS
@@ -403,14 +403,17 @@ h6 { font-size: 0.8em; }
margin:3px 0 0 0;
}
-#elgg_topbar_container_left .toolbarlinks,
-#elgg_topbar_container_left .toolbarlinks2,
#elgg_topbar_container_left .toolbarimages {
float:left;
margin-right:20px;
}
+#elgg_topbar_container_left .toolbarlinks {
+ margin:0 0 10px 0;
+ float:left;
+}
#elgg_topbar_container_left .toolbarlinks2 {
margin:3px 0 0 0;
+ float:left;
}
#elgg_topbar_container_left a.loggedinuser {
color:#eeeeee;
@@ -1034,8 +1037,8 @@ p.user_menu_friends_of {
.river_create {
background: url(<?php echo $vars['url']; ?>_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
-.river_sharing_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_shares.gif) no-repeat left -1px;
+.river_bookmarks_create {
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_status_create {
background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
@@ -1067,6 +1070,9 @@ p.user_menu_friends_of {
.river_relationship_friend_create {
background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
+.river_relationship_member_create {
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
+}
/*
STILL TO ADD