From b31c6ef317e4e7b1a10fc5fdfa0c1f829b93bc9a Mon Sep 17 00:00:00 2001 From: sanj Date: Tue, 26 Oct 2010 19:03:25 +0200 Subject: [PATCH] positioning and colors --- rizk/static/css/rizk.css | 18 ++++++++++++------ rizk/templates/rizk.html | 3 ++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/rizk/static/css/rizk.css b/rizk/static/css/rizk.css index ddb743e..969672a 100644 --- a/rizk/static/css/rizk.css +++ b/rizk/static/css/rizk.css @@ -78,11 +78,17 @@ a img { } #timeline { + position: absolute; + right: 40%; + left: 2%; height: 120px; - width: 50%; + top: 5%; overflow-x: scroll; - background: #ccc; + background: #d8dabe; padding: 2px; + -moz-box-shadow: 0px 0px 1em; + -webkit-box-shadow: 0px 0px 1em; + box-shadow: 0px 0px 1em; } #eventWrapper { @@ -122,10 +128,10 @@ a img { #map { position: absolute; - top: 220px; - bottom: 10px; + top: 200px; + bottom: 5%; right: 40%; - left: 10px; + left: 2%; -moz-box-shadow: 0px 0px 1em; -webkit-box-shadow: 0px 0px 1em; box-shadow: 0px 0px 1em; @@ -156,7 +162,7 @@ a img { #media { - background: #fff; + background: #d8dabe; position: absolute; right: 2%; width: 36%; diff --git a/rizk/templates/rizk.html b/rizk/templates/rizk.html index 724acf4..3afa14a 100644 --- a/rizk/templates/rizk.html +++ b/rizk/templates/rizk.html @@ -94,9 +94,10 @@
-
+