From ebe09bd1001171d3d24e4bb35aa8f8907c11cc09 Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 24 Oct 2011 18:27:10 +0530 Subject: [PATCH] lightbox close, shadow for thumbnails, etc --- itf/static/css/noel/inner-details.css | 9 +++++---- itf/static/css/noel/inner.css | 7 +++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/itf/static/css/noel/inner-details.css b/itf/static/css/noel/inner-details.css index bd9ad95..32d3da1 100755 --- a/itf/static/css/noel/inner-details.css +++ b/itf/static/css/noel/inner-details.css @@ -27,10 +27,11 @@ font-weight:bold;} .thumbsDetails {width:164px; height:114px; --moz-box-shadow:2px 2px 2px 1px #999; --webkit-box-shadow:2px 2px 2px 1px #999; -box-shadow:2px 2px 2px 1px #999; -margin:10px;} +-moz-box-shadow:1px 1px 3px 3px #aaa; +-webkit-box-shadow:1px 1px 3px 3px #aaa; +box-shadow:1px 1px 3px 3px #aaa; +margin:10px; +cursor:pointer;} .searchHighlight {background-color:#f7d76c; diff --git a/itf/static/css/noel/inner.css b/itf/static/css/noel/inner.css index 4210ddc..5c20e9e 100755 --- a/itf/static/css/noel/inner.css +++ b/itf/static/css/noel/inner.css @@ -347,7 +347,7 @@ height:150px; position:absolute; left:14px; top:12px; -background-color:purple; +background-color:#FFF; z-index:50;} #textRight @@ -443,7 +443,10 @@ z-index:1001; color:#737373; -moz-border-radius:12px; -webkit-border-radius:12px; -border-radius:12px;} /*must have the highest z-index, just more than the lightbox*/ +border-radius:12px; +background-image:url(/static/images/noel/close.png); +background-repeat:no-repeat; +background-position:99% 1%;} /*must have the highest z-index, just more than the lightbox*/ #addForm input, #addForm textarea { border:1px solid #e3e3e3;