GeoView : resizing problem with some css stylesheet.

svn: r13287
This commit is contained in:
Serge Noiraud 2009-10-02 19:27:51 +00:00
parent 7c0a8f97ee
commit 6e117b6d1b

View File

@ -857,11 +857,11 @@ class GeoView(HtmlView):
self.mapview.write("</div>\n") self.mapview.write("</div>\n")
self.mapview.write("<div id=\"openstreetmap\" class=\"Mapstraction\"") self.mapview.write("<div id=\"openstreetmap\" class=\"Mapstraction\"")
self.mapview.write(" style=\"height: %dpx\"></div>\n" % self.mapview.write(" style=\"height: %dpx\"></div>\n" %
(self.height - 128 )) (self.height - 130 ))
self.mapview.write("<div id=\"%s\" class=\"Mapstraction\"" % \ self.mapview.write("<div id=\"%s\" class=\"Mapstraction\"" % \
_alternate_map()) _alternate_map())
self.mapview.write(" style=\"display: none; ") self.mapview.write(" style=\"display: none; ")
self.mapview.write("height: %dpx\"></div>\n" % (self.height - 128 )) self.mapview.write("height: %dpx\"></div>\n" % (self.height - 135 ))
self.mapview.write("<div id='geo-theplaces' ><ul id='geo-title' >") self.mapview.write("<div id='geo-theplaces' ><ul id='geo-title' >")
self.mapview.write("<li id='geo-thetitle'>%s<ul id='geo-liste' >" % self.mapview.write("<li id='geo-thetitle'>%s<ul id='geo-liste' >" %
_("The places list") ) _("The places list") )