diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-01 18:58:42 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-01 18:58:42 +0000 |
commit | d8e0ad822da12b63b1f06b03d192112765ef11eb (patch) | |
tree | 4b9e3f84c61f432292e4c76eaf683a7820badce2 /mod/groups | |
parent | d830ffc0ec91310a5a5d089848879d9436f5d634 (diff) | |
download | elgg-d8e0ad822da12b63b1f06b03d192112765ef11eb.tar.gz elgg-d8e0ad822da12b63b1f06b03d192112765ef11eb.tar.bz2 |
mac alignment fixed on delete button
git-svn-id: https://code.elgg.org/elgg/trunk@3012 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups')
-rw-r--r-- | mod/groups/views/default/groups/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
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("<?php echo $vars['url']; ?>_graphics/icon_customise_remove.png") no-repeat 0 0; - text-indent: -9000em; + text-indent: 9000em; } .delete_discussion a:hover { background-position: 0 -16px; |