diff options
Diffstat (limited to 'mod/thewire/views/default')
-rw-r--r-- | mod/thewire/views/default/object/thewire.php | 2 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/forms/add.php | 2 | ||||
-rw-r--r-- | mod/thewire/views/default/thewire/profile_status.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index 9e59596ac..4ef51cae6 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -18,7 +18,7 @@ if (isset($vars['entity'])) { $note_owner = elgg_echo("thewire:notedeleted"); ?> <div class="wire_post"> - <div class="wire_post_contents clearfloat radius8"> + <div class="wire_post_contents clearfix radius8"> <div class="wire_post_icon"> <?php diff --git a/mod/thewire/views/default/thewire/forms/add.php b/mod/thewire/views/default/thewire/forms/add.php index 5e29549e2..536ec6ee2 100644 --- a/mod/thewire/views/default/thewire/forms/add.php +++ b/mod/thewire/views/default/thewire/forms/add.php @@ -11,7 +11,7 @@ if (!empty($wire_user)) { $msg = '@' . $wire_user . ' '; } else { $msg = ''; } ?> -<div class="new_wire_post clearfloat"> +<div class="new_wire_post clearfix"> <h3><?php echo elgg_echo("thewire:doing"); ?></h3> <script type="text/javascript" src="<?php echo elgg_get_site_url(); ?>mod/thewire/views/default/thewire/scripts/counter.js"></script> <form action="<?php echo elgg_get_site_url(); ?>action/thewire/add" method="post" name="new_post"> diff --git a/mod/thewire/views/default/thewire/profile_status.php b/mod/thewire/views/default/thewire/profile_status.php index dbcb7385c..6750a29cb 100644 --- a/mod/thewire/views/default/thewire/profile_status.php +++ b/mod/thewire/views/default/thewire/profile_status.php @@ -22,7 +22,7 @@ if ($latest_wire) { $time = "<p class='entity_subtext'> (" . elgg_view_friendly_time($lw->time_created) . ")</p>"; } - echo "<div class='wire_post'><div class='wire_post_contents clearfloat radius8'>"; + echo "<div class='wire_post'><div class='wire_post_contents clearfix radius8'>"; echo $content; if ($owner == get_loggedin_userid()) { $text = elgg_echo('thewire:update'); |