diff options
Diffstat (limited to 'modules_v3/googlemap')
| -rw-r--r-- | modules_v3/googlemap/css/wt_v3_googlemap.css | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css index 09c9105fd0..c8d81f3358 100644 --- a/modules_v3/googlemap/css/wt_v3_googlemap.css +++ b/modules_v3/googlemap/css/wt_v3_googlemap.css @@ -21,6 +21,12 @@ margin: 20px; } +/* Google adds "android" styling to info-windows - reset this */ +.gm-style, +.gm-style .gm-style-iw { + font: inherit; +} + /* Contains a map and a list of events */ .gm-wrapper { border: 1px solid #888; @@ -44,6 +50,7 @@ /* Pop-up window in a map */ .gm-info-window { font-size: 12px; + min-height: 60px; max-height: 240px; overflow-x: hidden; } @@ -59,8 +66,6 @@ .gm-info-window-content-edit { background-color: #eee; border: 1px solid #bbb; - height: 60px; - margin-right: 0; } .gm-info-window-content-edit a { @@ -139,31 +144,10 @@ width: 360px; } -/* places_edit */ -#gname { - vertical-align: middle; - height: 60px; - margin-top: 0; - white-space: pre-wrap; - width: 200px; -} - -#namelink { - padding-bottom: 5px; -} - .list_table { width: 500px; } -.optionbox #gname { - white-space: normal; -} - -.iwstyle { - width: 360px; -} - .link { min-height: 50px; margin: 5px; |
