From 184fbfabab8d7ed41564e7f36026f7220d1252cf Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 7 May 2010 05:01:28 +0530 Subject: [PATCH] shadows all around --- vurbanism/templates/flyovers.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/vurbanism/templates/flyovers.html b/vurbanism/templates/flyovers.html index b7995a4..7eedc9c 100644 --- a/vurbanism/templates/flyovers.html +++ b/vurbanism/templates/flyovers.html @@ -58,17 +58,25 @@ body { #map { position: absolute; top: 220px; - bottom: 0px; + bottom: 10px; right: 40%; - left: 0px; + left: 10px; + -moz-box-shadow: 0px 0px 1em; + -webkit-box-shadow: 0px 0px 1em; + box-shadow: 0px 0px 1em; } #media { + background: #fff; position: absolute; - right: 0px; - width: 40%; - top: 0px; - bottom: 0px; + right: 2%; + width: 36%; + height: 90%; + top: 5%; + bottom: 5%; + -moz-box-shadow: 0px 0px 1.5em; + -webkit-box-shadow: 0px 0px 1.5em; + box-shadow: 0px 0px 1.5em; }