aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-26 11:16:57 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-26 11:16:57 +0000
commitae15dcc1afbf335f50f8c3011df9606f503a6ec3 (patch)
treefa52f3fc234dd87a9ae6afa4e0fe644c964ecb31 /mod
parent9dd4d4469fd8207ef6f2af92b0f6a127349cab35 (diff)
downloadelgg-ae15dcc1afbf335f50f8c3011df9606f503a6ec3.tar.gz
elgg-ae15dcc1afbf335f50f8c3011df9606f503a6ec3.tar.bz2
markup fixed for cross-browser rendering consistency
git-svn-id: https://code.elgg.org/elgg/trunk@2958 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/thewire/views/default/object/thewire.php14
1 files changed, 6 insertions, 8 deletions
diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php
index 525c96a6e..289e41de8 100644
--- a/mod/thewire/views/default/object/thewire.php
+++ b/mod/thewire/views/default/object/thewire.php
@@ -34,9 +34,9 @@
</div>
<!-- the actual shout -->
- <p class="note_body">
+ <div class="note_body">
- <span style='float:right;'>
+ <div class="thewire_options">
<a href="<?php echo $vars['url']; ?>mod/thewire/add.php?wire_username=<?php echo $vars['entity']->getOwnerEntity()->username; ?>" class="reply">reply</a>
<?php
@@ -48,7 +48,7 @@
}
*/
?>
- <br />
+ <div class="clearfloat"></div>
<?php
// if the user looking at thewire post can edit, show the delete link
@@ -63,8 +63,7 @@
} //end of can edit if statement
?>
-
- </span>
+ </div>
<?php
@@ -78,9 +77,8 @@
?>
-
-
- </p>
+ <div class="clearfloat"></div>
+ </div>
<div class="note_date">
<?php