From 7614d35cadb274a48434a61cdab205ca120462a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 23 Jun 2012 04:44:48 -0700 Subject: liking comments backend --- view/theme/duepuntozero/style.css | 4 ++++ view/wall_item.tpl | 4 ++-- view/wallwall_item.tpl | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index be755d411..de366210b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -935,6 +935,10 @@ input#dfrn-url { background: #EEEEEE; } +.wall-item-like.comment, .wall-item-dislike.comment { + margin-left: 50px; +} + .wall-item-info { display: block; float: left; diff --git a/view/wall_item.tpl b/view/wall_item.tpl index a6a96d879..dae33b3f7 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -69,8 +69,8 @@
-
$item.like
-
$item.dislike
+
$item.like
+
$item.dislike
$item.comment
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl index 9cbfc991e..a48acfec5 100644 --- a/view/wallwall_item.tpl +++ b/view/wallwall_item.tpl @@ -74,8 +74,8 @@
-
$item.like
-
$item.dislike
+
$item.like
+
$item.dislike
$item.comment -- cgit v1.2.3