From 1db8ab907bb191b215f74be456861f1ca59ded48 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 24 Jul 2010 05:52:29 -0700 Subject: [PATCH] css change to allow live inserts --- mod/network.php | 2 +- mod/profile.php | 2 +- view/style.css | 2 +- view/wall_item.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mod/network.php b/mod/network.php index 845a6bb77f..0e8c8746f3 100644 --- a/mod/network.php +++ b/mod/network.php @@ -153,7 +153,7 @@ function network_content(&$a) { '$thumb' => $profile_avatar, '$body' => bbcode($item['body']), '$ago' => relative_date($item['created']), - '$indent' => (($item['parent'] != $item['item_id']) ? 'comment-' : ''), + '$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''), '$owner_url' => $owner_url, '$owner_photo' => $owner_photo, '$owner_name' => $owner_name, diff --git a/mod/profile.php b/mod/profile.php index bb7357e5b7..6b425bcd1e 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -241,7 +241,7 @@ function profile_content(&$a) { '$thumb' => $profile_avatar, '$body' => bbcode($item['body']), '$ago' => relative_date($item['created']), - '$indent' => (($item['parent'] != $item['item_id']) ? 'comment-' : ''), + '$indent' => (($item['parent'] != $item['item_id']) ? ' comment' : ''), '$comment' => $comment )); } diff --git a/view/style.css b/view/style.css index eb049da853..c6a9a82a6e 100644 --- a/view/style.css +++ b/view/style.css @@ -458,7 +458,7 @@ input#dfrn-url { clear: both; } -.wall-item-comment-outside-wrapper { +.wall-item-outside-wrapper.comment { margin-left: 50px; } diff --git a/view/wall_item.tpl b/view/wall_item.tpl index 56e182761d..726d1b3206 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,4 +1,4 @@ -
+