X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerytable%2Fstatic%2Fcss%2Fquerytable.css;h=28c6d2eb6bb0ccc93dc01db731d47da10294b158;hb=46d9f7ffb128d6859e936f847f3b28279556b735;hp=0ac0055ef8ff403b0d35513960db229a1e4a8c6e;hpb=120979bd0e438477dfeb702ed99d06a3d257b9af;p=myslice.git diff --git a/plugins/querytable/static/css/querytable.css b/plugins/querytable/static/css/querytable.css index 0ac0055e..28c6d2eb 100644 --- a/plugins/querytable/static/css/querytable.css +++ b/plugins/querytable/static/css/querytable.css @@ -1,13 +1,17 @@ /* 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; } -div.querytable { - font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - color: #4f6b72; +/* this is crucial for slickgrid and bootstrap3 to play together nicely + https://github.com/mleibman/SlickGrid/issues/742 + */ +div.querytable div { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; } -