diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-28 22:27:53 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-28 22:27:53 +0000 |
commit | 429e9ff0b20c0a591fdda40c84b76189289892e9 (patch) | |
tree | 303a9a8b65ffe76a5ee4d4acd2963728e6c29a4f /views/default/css.php | |
parent | 33ca0e578d0b62551352f08b77205a90148ad905 (diff) | |
download | elgg-429e9ff0b20c0a591fdda40c84b76189289892e9.tar.gz elgg-429e9ff0b20c0a591fdda40c84b76189289892e9.tar.bz2 |
more listings items cleanup
git-svn-id: https://code.elgg.org/elgg/trunk@1201 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 23 |
1 files changed, 16 insertions, 7 deletions
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; -} - |