From d8e0ad822da12b63b1f06b03d192112765ef11eb Mon Sep 17 00:00:00 2001 From: pete Date: Sun, 1 Mar 2009 18:58:42 +0000 Subject: mac alignment fixed on delete button git-svn-id: https://code.elgg.org/elgg/trunk@3012 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/groups/views/default/groups/css.php') diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php index 2eaa87681..dd81bc8ec 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -369,7 +369,7 @@ span.timestamp { height:14px; margin:0; background: url("_graphics/icon_customise_remove.png") no-repeat 0 0; - text-indent: -9000em; + text-indent: 9000em; } .delete_discussion a:hover { background-position: 0 -16px; -- cgit v1.2.3