diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 22:58:42 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 22:58:42 +0000 |
commit | 14ada9839a41358c68ad979f94cc056d7e1415df (patch) | |
tree | ab0d5f7646e338d931c5257393a5f588b7998144 /map.css | |
parent | 2ad233be830b0d6381e5c9019560733f57893b9d (diff) |
added reload control
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -29,7 +29,7 @@ div.box { #legendbox { position: absolute; right: 10px; - top: 10px; + top: 4em; } #addressbox { @@ -68,3 +68,7 @@ div.btn { #rulerbtn { width: 10em; } + +#reloadbtn { + width: 10em; +} |