]> git.mxchange.org Git - friendica.git/commitdiff
css change to allow live inserts
authorMike Macgirvin <mike@macgirvin.com>
Sat, 24 Jul 2010 12:52:29 +0000 (05:52 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Sat, 24 Jul 2010 12:52:29 +0000 (05:52 -0700)
mod/network.php
mod/profile.php
view/style.css
view/wall_item.tpl

index 845a6bb77f55bff4fc5331a57c8dfc8250449696..0e8c8746f38a1b063afd30c2df64790cc240f43a 100644 (file)
@@ -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,
index bb7357e5b7e70e1aefd9bb94cee15160c24cf2d5..6b425bcd1e8d70028ea66c0fb0bab555d0ca9fc6 100644 (file)
@@ -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
                        ));
                }
index eb049da8539aff90f03c34fbd224d78c4fbab79d..c6a9a82a6e5427b222a0b7ed12254a70ab865136 100644 (file)
@@ -458,7 +458,7 @@ input#dfrn-url {
        clear: both;
 }
 
-.wall-item-comment-outside-wrapper {
+.wall-item-outside-wrapper.comment {
        margin-left: 50px;
 }
 
index 56e182761d09fae01f1b95ce09358bf6cb55bd79..726d1b32060f8f9639970bdb4074f8a4a6ce1b7c 100644 (file)
@@ -1,4 +1,4 @@
-<div class="wall-item-$indentoutside-wrapper" id="wall-item-outside-wrapper-$id" >
+<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" >
 <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" >
 <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id">
 <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a>