diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 9bad9d348..3009e36a6 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1162,6 +1162,10 @@ input#dfrn-url {
margin-left: 10px;
float: left;
}
+.pin-item {
+ margin-left: 10px;
+ float: left;
+}
.star-item {
margin-left: 10px;
float: left;
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 31f13ea37..94955581d 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -120,8 +120,8 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.pin}}
-
-
+
+
{{/if}}
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css
index edbd70574..aa9a8e543 100644
--- a/view/theme/smoothly/style.css
+++ b/view/theme/smoothly/style.css
@@ -1615,6 +1615,7 @@ ul .sidebar-group-li .icon {
margin-right: 20px;
}
+.pin-item,
.star-item,
.tag-item {
float: left;
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index c27ec33cd..169d1b214 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -124,8 +124,8 @@
{{/if}}
{{if $item.pin}}
- {{$item.pin.do}}
- {{$item.pin.undo}}
+ {{$item.pin.do}}
+ {{$item.pin.undo}}
{{/if}}
{{if $item.star}}
{{$item.star.do}}