aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-01 18:05:20 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-01 18:05:20 +0000
commitd830ffc0ec91310a5a5d089848879d9436f5d634 (patch)
tree0e58089db79581dd37d2260d83e1c7e673cca8fd /mod/groups/views/default/groups/css.php
parentfb3d7eee01745888a74ecd022090e8f76e29df1a (diff)
downloadelgg-d830ffc0ec91310a5a5d089848879d9436f5d634.tar.gz
elgg-d830ffc0ec91310a5a5d089848879d9436f5d634.tar.bz2
delete discussion button layout tweaked
git-svn-id: https://code.elgg.org/elgg/trunk@3011 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/css.php')
-rw-r--r--mod/groups/views/default/groups/css.php22
1 files changed, 22 insertions, 0 deletions
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("<?php echo $vars['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"] {