aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 12:50:02 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-04 12:50:02 +0000
commit9c9f2fcbb744bf8a50299676dc70efc7cb4787e8 (patch)
tree10f0cf2685b50502875520bc7f63ecc8639d33a0
parent7cfbfebca680bf66815c9e11b5ffddc403467356 (diff)
downloadelgg-9c9f2fcbb744bf8a50299676dc70efc7cb4787e8.tar.gz
elgg-9c9f2fcbb744bf8a50299676dc70efc7cb4787e8.tar.bz2
updates to river(ie fixes), and sharing
git-svn-id: https://code.elgg.org/elgg/trunk@1290 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php39
1 files changed, 24 insertions, 15 deletions
diff --git a/views/default/css.php b/views/default/css.php
index e60eca7a1..c79410b61 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -1003,59 +1003,68 @@ p.user_menu_friends_of {
.river_item p {
margin:0;
padding:0 0 0 20px;
+ line-height:1.3em;
}
.river_item {
border-bottom:1px solid #dddddd;
padding:2px 0 2px 0;
}
.river_item_time {
- font-size:smaller;
+ font-size:90%;
color:#666666;
}
+/* IE6 fix */
+* html .river_item p {
+ padding:3px 0 3px 20px;
+}
+/* IE7 */
+*:first-child+html .river_item p {
+ min-height:17px;
+}
.river_user_update {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_profile.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_annotate {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/dummy_river_icon.gif) no-repeat left top;
+ 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 top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_shares.gif) no-repeat left -1px;
}
.river_status_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_status.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_file_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_files.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_widget_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_forums_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_widget_update {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_blog_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_blog.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_forumtopic_create {
- background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left top;
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
/*
STILL TO ADD
messageboard
-background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_messageboard.gif) no-repeat left top;
+background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_messageboard.gif) no-repeat left -1px;
feed - river icon:
-background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_feed.gif) no-repeat left top;
+background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_feed.gif) no-repeat left -1px;
private message - river icon:
-background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_privatemessage.gif) no-repeat left top;
+background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_privatemessage.gif) no-repeat left -1px;
*/
/* ***************************************