maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH maposmatic 1/2] Don't interfere with the GO butt


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH maposmatic 1/2] Don't interfere with the GO button
Date: Tue, 22 Dec 2009 14:17:28 +0100

With webkit and IE, the GO button is not available when the query
results are long strings (marseille, brussels, etc.) because they
overwrite its sensitivity area. This patch leaves the GO button alone
in its column.
---
 www/templates/maposmatic/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www/templates/maposmatic/index.html 
b/www/templates/maposmatic/index.html
index 0f544b8..58c7250 100644
--- a/www/templates/maposmatic/index.html
+++ b/www/templates/maposmatic/index.html
@@ -331,7 +331,7 @@ maps.{% endblocktrans %}</p>
         {{ form.bbox.errors }}
     </td></tr>
     <tr class="byadmin field">
-      <td colspan="2">
+      <td>
        <ul id="result_nominatim_search">
        </ul>
       </td>
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]