From 429e9ff0b20c0a591fdda40c84b76189289892e9 Mon Sep 17 00:00:00 2001 From: pete Date: Sat, 28 Jun 2008 22:27:53 +0000 Subject: more listings items cleanup git-svn-id: https://code.elgg.org/elgg/trunk@1201 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index c46d2703a..a2269cba0 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -7,7 +7,6 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author (s) Pete Harris / David Tosh * @copyright Curverider Ltd 2008 * @link http://elgg.org/ * @@ -920,9 +919,14 @@ p.user_menu_friends_of { } .search_listing_info { - margin-left: 60px; + margin-left: 50px; height: 40px; } + +.search_listing_info p { + margin:0 0 3px 0; + line-height:1.2em; +} /* *************************************** @@ -933,6 +937,16 @@ p.user_menu_friends_of { font-family:Arial,Helvetica,sans-serif; width:94%; } +/* friends status on 'friends of' page */ +.friends_status { + float:right; + width:500px; + text-align:right; + margin: 0 4px 0 0; +} +.status_timestamp { + color:#666666; +} /* *************************************** SPOTLIGHT @@ -956,11 +970,6 @@ p.user_menu_friends_of { padding:0px 10px 20px 0px; } -.search_listing_info p { - margin:0 0 3px 0; - line-height:1.2em; -} - -- cgit v1.2.3