aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/thewire/views/default/object/thewire.php14
-rw-r--r--views/default/navigation/pagination.php2
2 files changed, 7 insertions, 9 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
diff --git a/views/default/navigation/pagination.php b/views/default/navigation/pagination.php
index 11e3b215f..b4f47c491 100644
--- a/views/default/navigation/pagination.php
+++ b/views/default/navigation/pagination.php
@@ -137,7 +137,7 @@
}
?>
-<br class="clearfloat" />
+<div class="clearfloat"></div>
</div>
<?php
} // end of pagination check if statement