restored map infowindow styles after GM style change

This commit is contained in:
following
2013-08-16 12:20:15 +02:00
parent a0026b543e
commit 52e064ee84

View File

@@ -1115,10 +1115,16 @@ td.mapheader_spacer {
width: 380px;
}
div.mappopup {
overflow:hidden; /* avoids double-scrollbars in MSIE; 'visible' wont work */
div.mappopup, div.mappopup a {
font-family: arial, sans-serif, Tahoma, Verdana !important;
font-weight: normal !important;
font-size: 11px !important;
overflow: hidden; /* avoids double-scrollbars in MSIE; 'visible' wont work */
}
div.mappopup { padding: 3px 0 3px 3px; }
div.mappopup b { font-weight: bold; }
table.mappopup td {
font-size: 11px;
white-space: nowrap;