From af72722dedf8ae59fe6fbc06818a4a202e1b7eb9 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 14 Sep 2007 20:07:27 +0000 Subject: [PATCH] This is just a minor style change, so I'm going to go ahead with it just to get it out of the way. This fixes the issue reported earlier today, where the navtoolbar left/top weren't clickable in Firefox. (Closes #972) git-svn-id: http://svn.openlayers.org/trunk/openlayers@4301 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- theme/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/default/style.css b/theme/default/style.css index d09d5d570c..958535b097 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -85,6 +85,10 @@ div.olControlMousePosition { .olPopupContent { padding:5px; } +.olControlNavToolbar { + width:0px; + height:0px; +} .olControlNavToolbar div { display:block; width: 28px;