aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-02 11:26:35 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-02 11:26:35 +0000
commitfb5ed0635f64ebf85e245219817b9fa5685ca5e2 (patch)
treebd53083a3af0fc8746c986eefd2a9c625dd563ca /mod/groups/views/default/groups/css.php
parentb6919c50f1ea3b4eef04212ccc5f7c4113a9eb68 (diff)
downloadelgg-fb5ed0635f64ebf85e245219817b9fa5685ca5e2.tar.gz
elgg-fb5ed0635f64ebf85e245219817b9fa5685ca5e2.tar.bz2
discussion list updated for long usernames, and clearing issues fixed for pc
git-svn-id: https://code.elgg.org/elgg/trunk@3018 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/css.php')
-rw-r--r--mod/groups/views/default/groups/css.php15
1 files changed, 8 insertions, 7 deletions
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php
index dd81bc8ec..08ffba5b5 100644
--- a/mod/groups/views/default/groups/css.php
+++ b/mod/groups/views/default/groups/css.php
@@ -262,21 +262,23 @@ a.add_topic_button:hover {
/* latest discussion listing */
-p.latest_discussion_info {
+.latest_discussion_info {
float:right;
- width:280px;
+ width:300px;
text-align: right;
+ margin-left: 10px;
}
.groups .search_listing br {
height:0;
line-height:0;
}
-
span.timestamp {
color:#666666;
font-size: 90%;
}
-
+.latest_discussion_info .timestamp {
+ font-size: 0.85em;
+}
/* new groups page */
.groups .search_listing {
border:2px solid #cccccc;
@@ -369,16 +371,15 @@ span.timestamp {
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; }
+* html .delete_discussion a { font-size: 1px; }
/* IE7 */
-*:first-child+html .delete_discussion a { text-indent: none; font-size: 1px; }
+*:first-child+html .delete_discussion a { font-size: 1px; }
/* delete group button */
#delete_group_option input[type="submit"] {