From: Thierry Parmentelat Date: Tue, 3 Dec 2013 10:46:18 +0000 (+0100) Subject: use same height for googlemap and querytable plugins X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=46d9f7ffb128d6859e936f847f3b28279556b735 use same height for googlemap and querytable plugins --- 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