aboutsummaryrefslogtreecommitdiff
path: root/views/default/annotation/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/annotation/default.php')
-rw-r--r--views/default/annotation/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/annotation/default.php b/views/default/annotation/default.php
index 0e626ad9a..5d29a53e2 100644
--- a/views/default/annotation/default.php
+++ b/views/default/annotation/default.php
@@ -19,7 +19,7 @@ $owner_link = "<a href=\"{$owner->getURL()}\">$owner->name</a>";
$menu = elgg_view_menu('annotation', array(
'annotation' => $annotation,
'sort_by' => 'priority',
- 'class' => 'elgg-menu-hz right',
+ 'class' => 'elgg-menu-hz float-alt',
));
$text = elgg_view("output/longtext", array("value" => $annotation->value));