Map infobox styling. Resizing+overflow.
authorLaury GvR <laury@gaslightmedia.com>
Mon, 18 Aug 2014 19:08:28 +0000 (15:08 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 18 Aug 2014 19:08:28 +0000 (15:08 -0400)
Floating left and setting overflow to hidden makes the container
resize depending on its contents.

Toolkit/Members/css/member.css

index 0fc9a48..819e3b3 100755 (executable)
@@ -698,3 +698,19 @@ ul#plannerNav a:hover {
 div.thumb {
     margin: 2px 3px;
     }
+    
+/* Map style */
+.gm-style img {
+    max-width: none;
+}
+
+.gm-style label {
+    width: auto; display:inline;
+}
+/*#map-canvas element.style {
+    overflow: visible !important;
+}*/
+.gm-style-iw div {
+    overflow: hidden !important;
+    float:left !important;
+}
\ No newline at end of file