use same height for googlemap and querytable plugins
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 10:46:18 +0000 (11:46 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 10:46:18 +0000 (11:46 +0100)
plugins/googlemap/static/css/googlemap.css
plugins/querytable/static/css/querytable.css

index 68485ba..c50f9d8 100644 (file)
@@ -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
index 3c7002c..28c6d2e 100644 (file)
@@ -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