diff options
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 |
