From ffbac895afb3395bc97917f0cae6d563d114540d Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 18 Jan 2008 20:00:30 +0000 Subject: [PATCH] ActionItem152: minor changes to lightbox (e.g. don't force a specific height) --- public/stylesheets/lightbox.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/lightbox.css b/public/stylesheets/lightbox.css index 56c5d0f..c78a3f2 100644 --- a/public/stylesheets/lightbox.css +++ b/public/stylesheets/lightbox.css @@ -16,11 +16,12 @@ Modified : February 1, 2006 left:50%; z-index:9999; width:500px; - height:400px; margin:-220px 0 0 -250px; border:1px solid #fff; background:#FDFCE9; text-align:left; + + padding: 1em; } #lightbox[id]{ position:fixed; @@ -59,4 +60,4 @@ Modified : February 1, 2006 #lightbox.done img{ width:100%; height:100%; -} \ No newline at end of file +} -- libgit2 0.21.2