From d02162ee83416ca651133724bd4a01fdc60c20d0 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 20 Oct 2014 23:01:58 +0200 Subject: minor correction and typo --- view/css/mod_photos.css | 3 ++- view/tpl/photo_view.tpl | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index c8cdab6c3..571aba57c 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -3,7 +3,8 @@ margin-bottom: 25px; } -.photo-item-tools { +.photo-item-tools-left, +.photo-item-tools-right { padding: 7px 10px; } diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 88f9577b4..ddbce5b0b 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -67,7 +67,7 @@ {{$edit.aclselect}}
-<
+
@@ -82,17 +82,16 @@
+ {{if $tags}}
- {{if $tags}}
{{$tag_hdr}} {{foreach $tags as $t}} {{$t.0}}{{if $edit}}  {{/if}} {{/foreach}}
- {{/if}} -
+ {{/if}} {{if $likebuttons}}
-- cgit v1.2.3