From d830ffc0ec91310a5a5d089848879d9436f5d634 Mon Sep 17 00:00:00 2001 From: pete Date: Sun, 1 Mar 2009 18:05:20 +0000 Subject: delete discussion button layout tweaked git-svn-id: https://code.elgg.org/elgg/trunk@3011 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/views/default/groups/css.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (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 fafd3df71..2eaa87681 100644 --- a/mod/groups/views/default/groups/css.php +++ b/mod/groups/views/default/groups/css.php @@ -357,6 +357,28 @@ span.timestamp { margin:5px 0 0 0; } +/* delete post */ +.delete_discussion { + +} +.delete_discussion a { + display:block; + float:right; + cursor: pointer; + width:14px; + height:14px; + margin:0; + background: url("_graphics/icon_customise_remove.png") no-repeat 0 0; + text-indent: -9000em; +} +.delete_discussion a:hover { + background-position: 0 -16px; + text-decoration: none; +} +/* IE6 */ +* html .delete_discussion a { text-indent: none; font-size: 1px; } +/* IE7 */ +*:first-child+html .delete_discussion a { text-indent: none; font-size: 1px; } /* delete group button */ #delete_group_option input[type="submit"] { -- cgit v1.2.3