From 8c870898f8c5b34896619b4f33be97f0eeb228b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Tue, 1 Jul 2014 06:58:22 +0200 Subject: [PATCH] =?utf8?q?Ajout=20cases=20=C3=A0=20cocher=20pour=20r=C3=A9?= =?utf8?q?aliser=20une=20s=C3=A9lection=20sur=20les=20photos.=20Impl=C3=A9?= =?utf8?q?mentation=20du=20js=20pour=20s=C3=A9lectionner=20des=20=C3=A9l?= =?utf8?q?=C3=A9ments=20contigus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- skins/photo_layout_macros.pt | 3 ++ skins/photo_lightbox_viewer.js | 53 +++++++++++++++++++++++++++++++++- skins/portfolio_style.css.dtml | 10 +++++++ 3 files changed, 65 insertions(+), 1 deletion(-) diff --git a/skins/photo_layout_macros.pt b/skins/photo_layout_macros.pt index b13e237..6fe4a89 100644 --- a/skins/photo_layout_macros.pt +++ b/skins/photo_layout_macros.pt @@ -66,6 +66,9 @@ i18n:attributes="alt"/> + + + px; + margin-top: 5px; +} + +.lightbox .cb input[checked] { + visibility: visible; +} + .lightbox .slide-hide, .lightbox .slide-show { -- 2.20.1