one </div> to much and css fixes

This commit is contained in:
marijus 2014-11-03 12:54:17 +01:00
parent 1f1b6785cd
commit 1d923d2b0d
2 changed files with 81 additions and 81 deletions

View file

@ -8,6 +8,11 @@
padding: 7px 10px;
}
.photo-like-rotator {
margin-top: 23px;
margin-right: 5px;
}
#photo-photo {
display: table;
margin: 0 auto;

View file

@ -163,26 +163,21 @@
<i class="icon-thumbs-down-alt" title="{{$nolike}}"></i>
</button>
</div>
<div id="like-rotator-{{$id}}" class="like-rotator pull-right"></div>
<div id="like-rotator-{{$id}}" class="photo-like-rotator pull-right"></div>
{{/if}}
<div class="clear"></div>
</div>
</div>
{{$comments}}
{{if $commentbox}}
<div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" >
{{$commentbox}}
</div>
{{/if}}
<div class="clear"></div>
</div>
{{$comments}}
{{if $commentbox}}
<div class="wall-item-comment-wrapper{{if $comments}} wall-item-comment-wrapper-wc{{/if}}" >
{{$commentbox}}
</div>
{{/if}}
<div class="clear"></div>
{{$paginate}}