]> dev.renevier.net Git - syj.git/blob - public/css/syjraw.css
raw mode to display map
[syj.git] / public / css / syjraw.css
1 /*  This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
2     and is published under the AGPL license. */
3 body, html {
4     margin: 0; padding: 0;
5     width: 100%;
6     height: 100%;
7 }
8
9 /*
10  * map rules
11  */
12 #map {
13     position: absolute;
14     top: 0; left: 0; right: 0; bottom: 0;
15     *width: 100%;
16     *height: 100%;
17 }
18
19 .olControlAttribution {
20     bottom: 0.5em;
21     left: 0.5em;
22 }