From 6a5891a1f8de5066fad6d27e1e1bedb41beb32e0 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <pin@cri.ensmp.fr>
Date: Fri, 19 Jul 2013 14:58:18 +0200
Subject: [PATCH 1/1] =?utf8?q?Astuce=20css=20pour=20force=20l'=C3=A9l?=
 =?utf8?q?=C3=A9ment=20racine=20de=20la=20planche=20contact=20=C3=A0=20?=
 =?utf8?q?=C3=AAtre=20de=20la=20hauteur=20totale=20des=20tuiles.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 skins/portfolio_style.css.dtml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/skins/portfolio_style.css.dtml b/skins/portfolio_style.css.dtml
index 2325550..7751fbb 100755
--- a/skins/portfolio_style.css.dtml
+++ b/skins/portfolio_style.css.dtml
@@ -160,12 +160,17 @@ table.metadata_category select:focus {
   font-size: &dtml-fontSmallSize;;
 }
 
-div.lightbox { /*the lightbox itself*/
-  min-height:300px;
+div.lightbox {
+  /* The lightbox itself.
+     Force this div to fit grid
+     effective height.
+  */
+  overflow:hidden; 
 }
 
 .photo-drop-target {
   background: url('&dtml-portal_url;/image-upload-dd-target.png') no-repeat center center;
+  min-height:300px;
 }
 
 .lightbox span {
-- 
2.20.1