diabook: Moving the location between the icons

This commit is contained in:
Michael Vogel 2012-03-10 00:15:27 +01:00
parent 11c29e0cba
commit cb1ecf2c5a
3 changed files with 7 additions and 5 deletions

View File

@ -1113,6 +1113,7 @@ section {
} }
.wall-item-container .wall-item-location { .wall-item-container .wall-item-location {
padding-right: 40px; padding-right: 40px;
display: table-cell;
} }
.wall-item-container .wall-item-ago { .wall-item-container .wall-item-ago {
word-wrap: break-word; word-wrap: break-word;
@ -1168,6 +1169,7 @@ section {
.wall-item-container .wall-item-actions-social { .wall-item-container .wall-item-actions-social {
float: left; float: left;
margin-bottom: 1px; margin-bottom: 1px;
display: table-cell;
} }
.wall-item-container .wall-item-actions-social a { .wall-item-container .wall-item-actions-social a {
margin-right: 1em; margin-right: 1em;
@ -1178,6 +1180,7 @@ section {
.wall-item-container .wall-item-actions-tools { .wall-item-container .wall-item-actions-tools {
float: right; float: right;
width: 80px; width: 80px;
display: table-cell;
} }
.wall-item-container .wall-item-actions-tools a { .wall-item-container .wall-item-actions-tools a {
float: right; float: right;

View File

@ -46,7 +46,6 @@
</div> </div>
<div class="wall-item-actions"> <div class="wall-item-actions">
<div class="wall-item-location">$item.location&nbsp;</div>
<div class="wall-item-actions-social"> <div class="wall-item-actions-social">
@ -82,7 +81,7 @@
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> <a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
{{ endif }} {{ endif }}
</div> </div>
<div class="wall-item-location">$item.location&nbsp;</div>
</div> </div>
</div> </div>
<div class="wall-item-bottom"> <div class="wall-item-bottom">

View File

@ -52,7 +52,6 @@
</div> </div>
<div class="wall-item-actions"> <div class="wall-item-actions">
<div class="wall-item-location">$item.location&nbsp;</div>
<div class="wall-item-actions-social"> <div class="wall-item-actions-social">
@ -88,7 +87,8 @@
<a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> <a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
{{ endif }} {{ endif }}
</div> </div>
<div class="wall-item-location">$item.location&nbsp;</div>
</div> </div>
</div> </div>
<div class="wall-item-bottom"> <div class="wall-item-bottom">
@ -100,4 +100,4 @@
<div class="wall-item-comment-wrapper" > <div class="wall-item-comment-wrapper" >
$item.comment $item.comment
</div> </div>