diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-23 01:51:38 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-23 01:51:38 +0000 |
commit | 3ba17d464d28da4d7ba3d27a4b79eeee3dfb5622 (patch) | |
tree | 188da70d3e93f9a9abd7c737f4bec006ebed94a4 /mod/thewire/views | |
parent | 1f18ca697166dc01d99caa4438230bad64baf2ff (diff) | |
download | elgg-3ba17d464d28da4d7ba3d27a4b79eeee3dfb5622.tar.gz elgg-3ba17d464d28da4d7ba3d27a4b79eeee3dfb5622.tar.bz2 |
Converted delete-button to elgg-button-delete throughout plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8440 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/views')
-rw-r--r-- | mod/thewire/views/default/thewire/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/views/default/thewire/css.php b/mod/thewire/views/default/thewire/css.php index c1c7b5bcb..4f5a12874 100644 --- a/mod/thewire/views/default/thewire/css.php +++ b/mod/thewire/views/default/thewire/css.php @@ -104,7 +104,7 @@ return true; .wire_post_options .elgg-button-action.reply.small { float:right; } -.wire_post_options .delete-button { +.wire_post_options .elgg-button-delete { position: absolute; bottom:5px; right:5px; |