summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/styles.css16
-rw-r--r--chimere/static/chimere/js/base.js1
2 files changed, 12 insertions, 5 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css
index 98bc7ab..2dc0841 100644
--- a/chimere/static/chimere/css/styles.css
+++ b/chimere/static/chimere/css/styles.css
@@ -294,15 +294,13 @@ ul#action-2 {
}
#maps-div label{
- font-weight:bold;
+ color: #777;
+ font-variant:small-caps;
}
#maps{
position:absolute;
z-index:5;
-}
-
-#maps{
bottom:105px;
left:18px;
padding:0;
@@ -339,6 +337,16 @@ ul#action-2 {
margin:4px 8px;
}
+#close-detail{
+ position: absolute;
+ right: 10px;
+ font-weight:bold;
+}
+
+#close-detail:hover{
+ cursor:pointer;
+}
+
#news_content{
overflow:auto;
}
diff --git a/chimere/static/chimere/js/base.js b/chimere/static/chimere/js/base.js
index b26d9f3..49751b2 100644
--- a/chimere/static/chimere/js/base.js
+++ b/chimere/static/chimere/js/base.js
@@ -60,7 +60,6 @@ function open_window(url){
return false;
}
-
function saveExtent() {
/* save the current extent in a cookie */
if(!map) return;