From 7425e0df92dff8b384d20d7adc89726cda27fa5d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 27 Dec 2010 19:25:36 +0100 Subject: Work on presentation --- media/style.css | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'media/style.css') diff --git a/media/style.css b/media/style.css index 5aa9875a1..890bd535b 100644 --- a/media/style.css +++ b/media/style.css @@ -26,13 +26,40 @@ label:first-letter { div#header{ width:100%; - text-align:center; + text-align:right; font-size: 0.9em; background-color: #EEE; border-bottom:1px solid #CCC; margin-bottom:10px; } +div#logo{ + width:200px; + top:30px; + left:30px; + padding-top:90px; + position:absolute; + text-align:center; + background-image:url(images/ishtar-text.png); + background-repeat:no-repeat; +} + +div#context_menu{ + height:150px; + margin-left:200px; + margin-right:20px; + margin-bottom:20px; +} + +div#main_menu{ + width:200px; + position:absolute; +} + +div#content{ + margin-left:200px; +} + div.form { margin-left:auto; margin-right:auto; -- cgit v1.2.3