From 87da1eec81aa180943a5ee959a7c16951c39b624 Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 16 Jan 2009 11:30:31 +0000 Subject: Add a permalink - CSS improvment - French translation git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@16 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- static/styles.css | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index d7880d7..3f775cb 100644 --- a/static/styles.css +++ b/static/styles.css @@ -183,14 +183,6 @@ left:8px; right:8px; } -#permalink { -z-index:10000; -position:absolute; -bottom:50px; -left:12px; -font-size:smaller; -} - .news{ } @@ -236,6 +228,10 @@ font-variant:normal; color:purple; } +.zoom_image{ +cursor:pointer; +} + .errorlist{ color:purple; font-weight:bold; @@ -244,3 +240,25 @@ font-weight:bold; .fieldWrapper{ padding:6px; } + +/* openlayer customisation */ +.olControlPermalink { +display: block; +position: absolute; +bottom:10px; +left:10px; +width:150px; +font-size:small; +font-weight:bold; +background-color:white; +text-align:center; +border:1px solid; +} + +.olControlPermalink a{ +text-decoration:None; +} + +.olControlScaleLine { +bottom: 35px; +} \ No newline at end of file -- cgit v1.2.3