diff options
author | Simon <simon@kisikew.org> | 2012-05-15 23:01:20 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-15 23:01:20 -0700 |
commit | a65bd73bf3f4a1e6ccfcdf0a06c70a4f1f4182ce (patch) | |
tree | 1ceb9a43f31cd1cf64a647d70a92d90fafdcd950 /view/theme/dispy/wallwall_item.tpl | |
parent | e39014a3a765f7afb189be5409b60a771f5c46da (diff) | |
parent | fca09c9d4c5e9577b38288aeecbdf6dceef70745 (diff) | |
download | volse-hubzilla-a65bd73bf3f4a1e6ccfcdf0a06c70a4f1f4182ce.tar.gz volse-hubzilla-a65bd73bf3f4a1e6ccfcdf0a06c70a4f1f4182ce.tar.bz2 volse-hubzilla-a65bd73bf3f4a1e6ccfcdf0a06c70a4f1f4182ce.zip |
Merge pull request #298 from simonlnu/master
slight re-design of wall stuff and css/font cleaning
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rw-r--r-- | view/theme/dispy/wallwall_item.tpl | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index e8cbc2cd4..2705d3e68 100644 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -18,7 +18,15 @@ </div> <div class="wall-item-photo-end"></div> - <div class="wall-item-location" id="wall-item-location-$item.id">{{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }}</div> + <div class="wall-item-location" id="wall-item-location-$item.id"> + {{ if $item.location }}<span class="icon globe"></span>$item.location {{ endif }} + </div> + <div class="wall-item-author"> + <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id">$item.name</span></a> + </div> + <div class="wall-item-ago" id="wall-item-ago-$item.id"> + $item.ago + </div> </div> <div class="wall-item-tools" id="wall-item-tools-$item.id"> <div class="wall-item-lock-wrapper"> @@ -73,10 +81,6 @@ class="icon recycle wall-item-share-buttons" title="$item.vote.share.0" onclick </div> </div> </div> - <div class="wall-item-author"> - <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> - <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> - </div> </div> <div class="wall-item-wrapper-end"></div> <div class="wall-item-like" id="wall-item-like-$item.id">$item.like</div> |