diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 16:43:45 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-04 16:43:45 +0000 |
commit | ef62cf3614a62d61bd53061a0e2d4f81badfe175 (patch) | |
tree | 353c7ecb34e86fd3cce2d5b6a8ace11b26db3112 /views/default/css.php | |
parent | 516059301b14cd10012e3e9ced97eef4ade0cf29 (diff) | |
download | elgg-ef62cf3614a62d61bd53061a0e2d4f81badfe175.tar.gz elgg-ef62cf3614a62d61bd53061a0e2d4f81badfe175.tar.bz2 |
updates for friends widget
git-svn-id: https://code.elgg.org/elgg/trunk@1297 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index c79410b61..a596d1935 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1172,6 +1172,19 @@ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_priv margin:5px 20px 5px 0; } +/* *************************************** + FRIENDS +*************************************** */ +/* friends widget */ +#widget_friends_list { + display:table; + width:100%; +} +.widget_friends_singlefriend { + float:left; + margin:0 5px 5px 0; +} + /* *************************************** PLUGIN SETTINGS |