summaryrefslogtreecommitdiff
path: root/chimere/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-08 20:07:39 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-09-08 20:07:39 +0200
commit1be7301bc14fd2bd44e758662e1f4254f4bf7181 (patch)
treec339cdcd8b1bc9619bf309cd6b8343e4990ddbcf /chimere/static
parentdb7e03b793d5e5277048ca919404719814c027b1 (diff)
downloadChimère-1be7301bc14fd2bd44e758662e1f4254f4bf7181.tar.bz2
Chimère-1be7301bc14fd2bd44e758662e1f4254f4bf7181.zip
Add a print css
Diffstat (limited to 'chimere/static')
-rw-r--r--chimere/static/chimere/css/print.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/print.css b/chimere/static/chimere/css/print.css
new file mode 100644
index 0000000..b6b4e68
--- /dev/null
+++ b/chimere/static/chimere/css/print.css
@@ -0,0 +1,36 @@
+#topbar,
+#zoombar, #zoomin, #zoomout, #slidebar,
+#pandown, #panup, #panright, #panleft,
+div#footer p.map-footer{
+ display:none;
+}
+
+#main-map{
+ z-index:10;
+ top:0;
+ bottom:0;
+ height:605pt;
+ max-height:605pt;
+ width:1200pt;
+ right:50%;
+ border:none;
+}
+
+#panel #chimere_itinerary_panel{
+ width:870pt;
+ bottom:auto;
+ left:auto;
+ right:auto;
+ top:605pt;
+ position:absolute;
+ z-index:1000;
+}
+
+#sidebar div#panel{
+ width:900pt;
+ border:none;
+ overflow:visible;
+}
+
+
+