From 46d9f7ffb128d6859e936f847f3b28279556b735 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 3 Dec 2013 11:46:18 +0100
Subject: [PATCH] use same height for googlemap and querytable plugins

---
 plugins/googlemap/static/css/googlemap.css   | 1 +
 plugins/querytable/static/css/querytable.css | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/googlemap/static/css/googlemap.css b/plugins/googlemap/static/css/googlemap.css
index 68485ba9..c50f9d83 100644
--- a/plugins/googlemap/static/css/googlemap.css
+++ b/plugins/googlemap/static/css/googlemap.css
@@ -1,3 +1,4 @@
+/* use same height as the querytable plugin for nicer effect */
 div.geo {
   height: 600px;
 /* these don't play out too well - somehow the bottom is off
diff --git a/plugins/querytable/static/css/querytable.css b/plugins/querytable/static/css/querytable.css
index 3c7002cc..28c6d2eb 100644
--- a/plugins/querytable/static/css/querytable.css
+++ b/plugins/querytable/static/css/querytable.css
@@ -1,9 +1,10 @@
 /* the bottom of the datatable needs more space */
 div.querytable-spacer { padding: 8px 4px 15px 4px; }
 
+/* use same height as the googlemap plugin for nicer effect */
 div.querytable {
-    width: 100%;
-    height: 400px;
+    width:  100%;
+    height: 600px;
 }
 
 /* this is crucial for slickgrid and bootstrap3 to play together nicely
-- 
2.47.0