From 6c847e3c20d75f91525733e959f00098840dbc6d Mon Sep 17 00:00:00 2001 From: etienne Date: Tue, 24 Nov 2009 00:36:13 +0000 Subject: Provide a description for categories - #61 git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@41 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- static/styles.css | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index b29314e..5bb4377 100644 --- a/static/styles.css +++ b/static/styles.css @@ -184,17 +184,40 @@ height:90%; width:280px; } -#detail_footer{ +.detail_footer{ text-align:center; } -#detail_footer a{ +.detail_footer a{ color:white; background-color:purple; display:block; text-decoration:None; } +#category_detail{ +display:None; +padding:6px 10px; +border: 1px solid black; +position:absolute; +z-index:5; +top:120px; +bottom:180px; +left:100px; +right:50px; +margin-right:360px; +background-color:#FFF; +opacity:0.9; +-moz-border-radius:10px; +-webkit-border-radius:10px; +border-radius:10px; +} + +#category_desc_content{ +overflow:auto; +height:88%; +} + #map{ position:absolute; border: 1px solid black; -- cgit v1.2.3