diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 16:11:46 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-12 16:11:46 +0200 |
commit | 9699d9cd019cb668afdf0e0c9c390d331fcc6240 (patch) | |
tree | 441b5c0074bc24e037b8bae0e394f518793a75b0 /view/theme/diabook/communityhome.tpl | |
parent | 2882012e1b3cb185423555485375a8196596f4f2 (diff) | |
download | volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.tar.gz volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.tar.bz2 volse-hubzilla-9699d9cd019cb668afdf0e0c9c390d331fcc6240.zip |
diabook-theme: fix in earthlayers
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 6fa330140..caefed3b3 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -10,7 +10,7 @@ <div id="mapcontrol" style="display:none;"> <form id="mapform" action="network" method="post" > -<div id="layermanager" style="width: 350px;position: relative;float: right;right:20px;"></div> +<div id="layermanager" style="width: 350px;position: relative;float: right;right:20px;height: 300px;"></div> <div id="map2" style="height:350px;width:350px;"></div> <div id="mouseposition" style="width: 350px;"></div> {{inc field_input.tpl with $field=$ELZoom}}{{endinc}} |