]> dev.renevier.net Git - syj.git/blobdiff - public/css/syjraw.css
raw mode to display map
[syj.git] / public / css / syjraw.css
diff --git a/public/css/syjraw.css b/public/css/syjraw.css
new file mode 100644 (file)
index 0000000..053c250
--- /dev/null
@@ -0,0 +1,22 @@
+/*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
+    and is published under the AGPL license. */
+body, html {
+    margin: 0; padding: 0;
+    width: 100%;
+    height: 100%;
+}
+
+/*
+ * map rules
+ */
+#map {
+    position: absolute;
+    top: 0; left: 0; right: 0; bottom: 0;
+    *width: 100%;
+    *height: 100%;
+}
+
+.olControlAttribution {
+    bottom: 0.5em;
+    left: 0.5em;
+}