From 692abe16504d09336266ae03c749da4046962b00 Mon Sep 17 00:00:00 2001 From: flop25 Date: Sat, 26 Mar 2011 14:29:27 +0000 Subject: feature:2230 the size of the squared thumbnails depend of the sizes of all the thumbnails : the clipping is an average of the clipping of each of the thumbnails git-svn-id: http://piwigo.org/svn/trunk@9864 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 7b282be5b..1af95df54 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -54,6 +54,7 @@ UL.thumbnails li.rank-of-image img { position:relative; width: 96px; height: 96px; + margin: 3px; } .clip { position:absolute; -- cgit v1.2.3