maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH maposmatic 2/2] try to have a nice wrapping stra


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH maposmatic 2/2] try to have a nice wrapping strategy for multi-line query items
Date: Tue, 22 Dec 2009 14:17:29 +0100

---
 www/media/style.css |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/www/media/style.css b/www/media/style.css
index 90109b3..82748a3 100644
--- a/www/media/style.css
+++ b/www/media/style.css
@@ -212,6 +212,23 @@ table#mapform td.image
   display: block;
 }
 
+ul#result_nominatim_search li
+{
+    display: table;
+}
+ul#result_nominatim_search li input
+{
+    display: table-cell;
+}
+ul#result_nominatim_search li label
+{
+    display: table-cell;
+}
+ul#result_nominatim_search li img
+{
+    display: table-cell;
+}
+
 ul.errorlist
 {
   margin-top: 5px;
-- 
1.6.3.3





reply via email to

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