diabook: Moving the location between the icons
This commit is contained in:
parent
11c29e0cba
commit
cb1ecf2c5a
3 changed files with 7 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </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 </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-bottom">
|
<div class="wall-item-bottom">
|
||||||
|
|
|
@ -52,7 +52,6 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wall-item-actions">
|
<div class="wall-item-actions">
|
||||||
<div class="wall-item-location">$item.location </div>
|
|
||||||
<div class="wall-item-actions-social">
|
<div class="wall-item-actions-social">
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,6 +87,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 </div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue