X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=public%2Fcss%2Fsyjraw.css;fp=public%2Fcss%2Fsyjraw.css;h=053c2509a5c689ecc1ad1177ce8fd76c79934d31;hb=26afcb880ff75743abcb627ecf516b6c51a36d08;hp=0000000000000000000000000000000000000000;hpb=ec7db76528badd24d3b1332736c5a6f71d2a0986;p=syj.git diff --git a/public/css/syjraw.css b/public/css/syjraw.css new file mode 100644 index 0000000..053c250 --- /dev/null +++ b/public/css/syjraw.css @@ -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; +}