positioning and colors

This commit is contained in:
sanj 2010-10-26 19:03:25 +02:00
parent ed1de5a88a
commit b31c6ef317
2 changed files with 14 additions and 7 deletions

View File

@ -78,11 +78,17 @@ a img {
} }
#timeline { #timeline {
position: absolute;
right: 40%;
left: 2%;
height: 120px; height: 120px;
width: 50%; top: 5%;
overflow-x: scroll; overflow-x: scroll;
background: #ccc; background: #d8dabe;
padding: 2px; padding: 2px;
-moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em;
box-shadow: 0px 0px 1em;
} }
#eventWrapper { #eventWrapper {
@ -122,10 +128,10 @@ a img {
#map { #map {
position: absolute; position: absolute;
top: 220px; top: 200px;
bottom: 10px; bottom: 5%;
right: 40%; right: 40%;
left: 10px; left: 2%;
-moz-box-shadow: 0px 0px 1em; -moz-box-shadow: 0px 0px 1em;
-webkit-box-shadow: 0px 0px 1em; -webkit-box-shadow: 0px 0px 1em;
box-shadow: 0px 0px 1em; box-shadow: 0px 0px 1em;
@ -156,7 +162,7 @@ a img {
#media { #media {
background: #fff; background: #d8dabe;
position: absolute; position: absolute;
right: 2%; right: 2%;
width: 36%; width: 36%;

View File

@ -94,9 +94,10 @@
<div id="map"> <div id="map">
</div> </div>
<div id="buttons"> <div id="buttons"><!--
<a class="navButton" href="Javascript:$.noop()" data-target="about" id="aboutBtn">About</a> <a class="navButton" href="Javascript:$.noop()" data-target="about" id="aboutBtn">About</a>
<a class="navButton" href="Javascript:$.noop()" data-target="questions" id="questionsBtn">Experiences</a> <a class="navButton" href="Javascript:$.noop()" data-target="questions" id="questionsBtn">Experiences</a>
-->
</div> </div>
<div id="media"> <div id="media">