|
|
|
date: Mon, 26 Oct 2009 10:26:32 +0000,
group: uk.net.web.authoring
back
Google map in Drupal page
I've been developing a Google map which sits in a Drupal page.
Unfortunately the styles in the Drupal theme seem to be affecting the
'Map', Satellite', 'Hybrid', 'Terrain' buttons on the map causing
extra padding at the bottom.
I've tried overriding css for input, button, td, tr but nothing seems
to get rid of the padding. Anyone got any ideas?
Here is the map:
http://climatesolidarity.org.uk/node/31
--
Geoff Berrow (Put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs www.ckdog.co.uk/rfdmaker
date: Mon, 26 Oct 2009 10:26:32 +0000
author: Geoff Berrow
|
Re: Google map in Drupal page
In uk.net.web.authoring, Geoff Berrow wrote:
>I've been developing a Google map which sits in a Drupal page.
>Unfortunately the styles in the Drupal theme seem to be affecting the
>'Map', Satellite', 'Hybrid', 'Terrain' buttons on the map causing
>extra padding at the bottom.
>
>I've tried overriding css for input, button, td, tr but nothing seems
>to get rid of the padding. Anyone got any ideas?
>
>Here is the map:
>http://climatesolidarity.org.uk/node/31
Does this help?
http://code.google.com/p/kaytwo/issues/detail?id=179#c18
--
Tony Evans
Saving trees and wasting electrons since 1993
blog -> http://perceptionistruth.com/
olmr -> http://www.onelinemoviereviews.co.uk/
[ anything below this line wasn't written by me ]
date: Mon, 26 Oct 2009 18:21:55 +0000
author: Tony
|
Re: Google map in Drupal page
In article ,
Geoff Berrow wrote:
> I've been developing a Google map which sits in a Drupal page.
> Unfortunately the styles in the Drupal theme seem to be affecting the
> 'Map', Satellite', 'Hybrid', 'Terrain' buttons on the map causing
> extra padding at the bottom.
>
> I've tried overriding css for input, button, td, tr but nothing seems
> to get rid of the padding. Anyone got any ideas?
>
> Here is the map:
> http://climatesolidarity.org.uk/node/31
The unwanted seems to be *just* a product of the bluetip.css sheet and
in particular:
/* MARGINS & PADDINGS */
/* for larger click-area */
.container form div { margin-bottom: .8em; }
Set this to zero to see or just be rid of the whole thing.
--
dorayme
date: Tue, 27 Oct 2009 12:25:55 +1100
author: dorayme
|
Re: Google map in Drupal page
On Mon, 26 Oct 2009 18:21:55 +0000, Tony
wrote:
>Does this help?
>
>http://code.google.com/p/kaytwo/issues/detail?id=179#c18
Thanks, it tells me I'm not alone. I'm surprised google don't let you
see the css for the maps.
--
Geoff Berrow (Put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs www.ckdog.co.uk/rfdmaker
date: Tue, 27 Oct 2009 08:51:47 +0000
author: Geoff Berrow
|
Re: Google map in Drupal page
On Tue, 27 Oct 2009 12:25:55 +1100, dorayme
wrote:
>> Here is the map:
>> http://climatesolidarity.org.uk/node/31
>
>The unwanted seems to be *just* a product of the bluetip.css sheet and
>in particular:
>
>
>/* MARGINS & PADDINGS */
>
> /* for larger click-area */
>
>.container form div { margin-bottom: .8em; }
>
>Set this to zero to see or just be rid of the whole thing.
Brilliant, that worked. Thanks!
--
Geoff Berrow (Put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs www.ckdog.co.uk/rfdmaker
date: Tue, 27 Oct 2009 08:52:18 +0000
author: Geoff Berrow
|
|
|