summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-20 22:23:15 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-20 22:23:15 +0000
commit91a96b5435f79c8fe390b24b22ad5d63a41d29d3 (patch)
tree9e1f10f92a9e3bb0a6563f170e1c72ac20eeefe6 /static/styles.css
parent6221a562642f80c7de0bc3e406b551528f45d06a (diff)
downloadChimère-91a96b5435f79c8fe390b24b22ad5d63a41d29d3.tar.bz2
Chimère-91a96b5435f79c8fe390b24b22ad5d63a41d29d3.zip
Areas to easily to zoom at - main map
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@22 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 3f775cb..225d537 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -113,6 +113,33 @@ opacity:0.8;
border-radius:10px;
}
+#areas{
+padding:6px;
+border: 1px solid black;
+height:120px;
+position:absolute;
+z-index:5;
+bottom:100px;
+left:18px;
+width:200px;
+background-color:#FFF;
+opacity:0.8;
+-moz-border-radius:10px;
+-webkit-border-radius:10px;
+border-radius:10px;
+}
+
+#areas ul{
+margin:0;
+padding:0;
+overflow:auto;
+height:180px;
+}
+
+#areas li{
+list-style:none;
+}
+
#popup_link{
text-align:center;
}