aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css5
-rw-r--r--view/wall_item.tpl1
-rw-r--r--view/wallwall_item.tpl1
3 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index a7dee04b6..90bd3f8c2 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -702,9 +702,12 @@ input#dfrn-url {
float: left;
}
.wall-item-wrapper {
- margin-top: 30px;
float: left;
}
+.wall-item-lock {
+ height: 20px;
+ margin-top: 10px;
+}
.wall-item-ago {
color: #888888;
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index 58a7727a8..4d2404ce0 100644
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -6,6 +6,7 @@
</div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
+ $lock
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a>
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>
diff --git a/view/wallwall_item.tpl b/view/wallwall_item.tpl
index d98289901..f8affd1c5 100644
--- a/view/wallwall_item.tpl
+++ b/view/wallwall_item.tpl
@@ -11,6 +11,7 @@
</div>
<div class="wall-item-wrapper" id="wall-item-wrapper-$id" >
+ $lock
<a href="$profile_url" title="View $name's profile" class="wall-item-name-link"><span class="wall-item-name$sparkle" id="wall-item-name-$id" >$name</span></a> to <a href="$owner_url" title="View $owner_name's profile" class="wall-item-name-link"><span class="wall-item-name$osparkle" id="wall-item-ownername-$id">$owner_name</span></a> via Wall-To-Wall:<br />
<div class="wall-item-ago" id="wall-item-ago-$id">$ago</div>
<div class="wall-item-location" id="wall-item-location-$id">$location</div>