You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/01/12 13:57:47 UTC

svn commit: r733717 - /labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css

Author: simoneg
Date: Mon Jan 12 04:57:46 2009
New Revision: 733717

URL: http://svn.apache.org/viewvc?rev=733717&view=rev
Log:
LABS-272 : adding width to google map info windows, to avoid size problems.

Modified:
    labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css

Modified: labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css
URL: http://svn.apache.org/viewvc/labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css?rev=733717&r1=733716&r2=733717&view=diff
==============================================================================
--- labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css (original)
+++ labs/magma/trunk/maps-google/src/main/resources/org/apache/magma/website/googlemaps/magmaGoogleMaps.css Mon Jan 12 04:57:46 2009
@@ -39,9 +39,14 @@
 }
 
 .MagmaGoogleMapMarkerTip {
-	float: left;	
+	width: 250px;
 }
 
+.MagmaGoogleMapMarkerTipHeading {
+	font-weight: bold;
+}
+
+
 
 
 li.MappedElement {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org