}
.wall-item-container .wall-item-location {
padding-right: 40px;
+ display: table-cell;
}
.wall-item-container .wall-item-ago {
word-wrap: break-word;
.wall-item-container .wall-item-actions-social {
float: left;
margin-bottom: 1px;
+ display: table-cell;
}
.wall-item-container .wall-item-actions-social a {
margin-right: 1em;
.wall-item-container .wall-item-actions-tools {
float: right;
width: 80px;
+ display: table-cell;
}
.wall-item-container .wall-item-actions-tools a {
float: right;
</div>
<div class="wall-item-actions">
- <div class="wall-item-location">$item.location </div>
<div class="wall-item-actions-social">
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
{{ endif }}
</div>
-
+ <div class="wall-item-location">$item.location </div>
</div>
</div>
<div class="wall-item-bottom">
</div>
<div class="wall-item-actions">
- <div class="wall-item-location">$item.location </div>
<div class="wall-item-actions-social">
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
{{ endif }}
</div>
-
+ <div class="wall-item-location">$item.location </div>
+
</div>
</div>
<div class="wall-item-bottom">
<div class="wall-item-comment-wrapper" >
$item.comment
-</div>
\ No newline at end of file
+</div>