diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-11 17:04:59 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-06-11 17:04:59 +0000 |
commit | 084d668151b0979b5e79b9237be6a4ed38f9c5af (patch) | |
tree | 1cdad71da963bf20e63ed7ef03e3d74a15159c78 /mod/profile/views | |
parent | 2ae5e96cc9d928a8d13c01d5bf152b99d18aec17 (diff) | |
download | elgg-084d668151b0979b5e79b9237be6a4ed38f9c5af.tar.gz elgg-084d668151b0979b5e79b9237be6a4ed38f9c5af.tar.bz2 |
added some spacing around the profile action menu
git-svn-id: http://code.elgg.org/elgg/trunk@9178 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/owner_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/owner_block.php b/mod/profile/views/default/profile/owner_block.php index c93398034..48d7ff24f 100644 --- a/mod/profile/views/default/profile/owner_block.php +++ b/mod/profile/views/default/profile/owner_block.php @@ -22,7 +22,7 @@ $admin = elgg_extract('admin', $menu, array()); $profile_actions = ''; if (elgg_is_logged_in() && $actions) { - $profile_actions = '<ul class="elgg-menu">'; + $profile_actions = '<ul class="elgg-menu profile-action-menu mvm">'; foreach ($actions as $action) { $profile_actions .= '<li>' . $action->getContent(array('class' => 'elgg-button elgg-button-action')) . '</li>'; } |