diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-06 17:51:59 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-06 17:51:59 -0500 |
commit | 1101c234b508089cbf4cdb81758336d574f02576 (patch) | |
tree | 5567d878c9ce014399b1e449e914e1e9309536fc /mod/thewire | |
parent | 1e9ee414a1c9e0b8b1bf9856807971598f5264db (diff) | |
download | elgg-1101c234b508089cbf4cdb81758336d574f02576.tar.gz elgg-1101c234b508089cbf4cdb81758336d574f02576.tar.bz2 |
removed uses of CSS class .right from plugins
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/views/default/thewire/profile_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index ab20b5341..b5d9dbd80 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -27,7 +27,7 @@ if ($latest_wire && count($latest_wire) > 0) { $button = elgg_view('output/url', array( 'text' => elgg_echo('thewire:update'), 'href' => $url_to_wire, - 'class' => 'elgg-button elgg-button-action right', + 'class' => 'elgg-button elgg-button-action float-alt', 'is_trusted' => true, )); } |