mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
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 {
|
||||
padding-right: 40px;
|
||||
display: table-cell;
|
||||
}
|
||||
.wall-item-container .wall-item-ago {
|
||||
word-wrap: break-word;
|
||||
|
@ -1168,6 +1169,7 @@ section {
|
|||
.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;
|
||||
|
@ -1178,6 +1180,7 @@ section {
|
|||
.wall-item-container .wall-item-actions-tools {
|
||||
float: right;
|
||||
width: 80px;
|
||||
display: table-cell;
|
||||
}
|
||||
.wall-item-container .wall-item-actions-tools a {
|
||||
float: right;
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
</div>
|
||||
<div class="wall-item-actions">
|
||||
<div class="wall-item-location">$item.location </div>
|
||||
<div class="wall-item-actions-social">
|
||||
|
||||
|
||||
|
@ -82,7 +81,7 @@
|
|||
<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">
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
|
||||
</div>
|
||||
<div class="wall-item-actions">
|
||||
<div class="wall-item-location">$item.location </div>
|
||||
<div class="wall-item-actions-social">
|
||||
|
||||
|
||||
|
@ -88,6 +87,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue