diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-16 11:30:31 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-16 11:30:31 +0000 |
| commit | 87da1eec81aa180943a5ee959a7c16951c39b624 (patch) | |
| tree | fd07f110627453db14ab7c8776e73494a8aad941 /static/styles.css | |
| parent | 386c30ef568e7e5cfdc31654c83fc972c9094c15 (diff) | |
| download | Chimère-87da1eec81aa180943a5ee959a7c16951c39b624.tar.bz2 Chimère-87da1eec81aa180943a5ee959a7c16951c39b624.zip | |
Add a permalink - CSS improvment - French translation
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@16 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 34 |
1 files changed, 26 insertions, 8 deletions
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 |
