summaryrefslogtreecommitdiff
path: root/modules_v3
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-06-15 19:46:26 +0100
committerGreg Roach <fisharebest@gmail.com>2016-06-15 19:46:26 +0100
commitf0c079c8db4ec81e36cf766cac942b5508342b72 (patch)
treede1b7fd8aaaa1369139034fccaf349320e678616 /modules_v3
parent2a51aed3cc4c950be8e14a81fcd963017ef36d7d (diff)
downloadwebtrees-f0c079c8db4ec81e36cf766cac942b5508342b72.tar.gz
webtrees-f0c079c8db4ec81e36cf766cac942b5508342b72.tar.bz2
webtrees-f0c079c8db4ec81e36cf766cac942b5508342b72.zip
GM cleanup
Diffstat (limited to 'modules_v3')
-rw-r--r--modules_v3/googlemap/css/wt_v3_googlemap.css30
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;