diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-10 00:15:27 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-10 00:15:27 +0100 |
commit | cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6 (patch) | |
tree | 90baafb6c885a891dd05e15f5ac65d95f00e58e9 /view/theme | |
parent | 11c29e0cba4f521c5f37d963109c4807af8bccae (diff) | |
download | volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.tar.gz volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.tar.bz2 volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.zip |
diabook: Moving the location between the icons
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/diabook/style.css | 3 | ||||
-rw-r--r-- | view/theme/diabook/wall_item.tpl | 3 | ||||
-rw-r--r-- | view/theme/diabook/wallwall_item.tpl | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index bccfea149..2d4670dca 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -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; diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl index b1a014949..8c892fd2a 100644 --- a/view/theme/diabook/wall_item.tpl +++ b/view/theme/diabook/wall_item.tpl @@ -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"> diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index 603a908c5..3b103745b 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_item.tpl @@ -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,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 </div> + </div> </div> <div class="wall-item-bottom"> @@ -100,4 +100,4 @@ <div class="wall-item-comment-wrapper" > $item.comment -</div>
\ No newline at end of file +</div> |