diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-11-24 00:36:13 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-11-24 00:36:13 +0000 |
| commit | 6c847e3c20d75f91525733e959f00098840dbc6d (patch) | |
| tree | 57ff1031c73006b3d6a58f148efd48cded74c2b9 /static/styles.css | |
| parent | 128a8cf8e2d7238dea16b1ffac507eb2b7c6c6c5 (diff) | |
| download | Chimère-6c847e3c20d75f91525733e959f00098840dbc6d.tar.bz2 Chimère-6c847e3c20d75f91525733e959f00098840dbc6d.zip | |
Provide a description for categories - #61
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@41 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 27 |
1 files changed, 25 insertions, 2 deletions
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; |
