]> git.mxchange.org Git - friendica.git/commitdiff
diabook: Moving the location between the icons
authorMichael Vogel <icarus@dabo.de>
Fri, 9 Mar 2012 23:15:27 +0000 (00:15 +0100)
committerMichael Vogel <icarus@dabo.de>
Fri, 9 Mar 2012 23:15:27 +0000 (00:15 +0100)
view/theme/diabook/style.css
view/theme/diabook/wall_item.tpl
view/theme/diabook/wallwall_item.tpl

index bccfea149e1501db31ba8b009c7546e4308301eb..2d4670dca4d1670f89d7975593f1e54df4a36b14 100644 (file)
@@ -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;
index b1a0149490bda6983e3e5a701cac9198f28890c8..8c892fd2a9db5f237bddce99702a0ce45894d2bf 100644 (file)
@@ -46,7 +46,6 @@
 
                </div>
                <div class="wall-item-actions">
-                       <div class="wall-item-location">$item.location&nbsp;</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&nbsp;</div>                      
                </div>
        </div>
        <div class="wall-item-bottom">
index 603a908c5a5e948cab98754adfca82837dda2187..3b103745bb757db445a51385df53abbe2c623011 100644 (file)
@@ -52,7 +52,6 @@
 
                </div>
                <div class="wall-item-actions">
-                       <div class="wall-item-location">$item.location&nbsp;</div>
                        <div class="wall-item-actions-social">
                        
                        
@@ -88,7 +87,8 @@
                                        <a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a>
                                {{ endif }}
                        </div>
-                       
+                       <div class="wall-item-location">$item.location&nbsp;</div>
+
                </div>
        </div>
        <div class="wall-item-bottom">
 
 <div class="wall-item-comment-wrapper" >
        $item.comment
-</div>
\ No newline at end of file
+</div>