X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fquerytable%2Fstatic%2Fcss%2Fquerytable.css;h=19088add216435d81336c2ced5d80b89c699a058;hb=e68b7bd9c604759648babb48b85879f1f946b271;hp=b77129448356bade6b4e13df638a89088ddc0cef;hpb=89244e45ca215bb6fd8639bfd373e3e0974c287c;p=myslice.git diff --git a/plugins/querytable/static/css/querytable.css b/plugins/querytable/static/css/querytable.css index b7712944..19088add 100644 --- a/plugins/querytable/static/css/querytable.css +++ b/plugins/querytable/static/css/querytable.css @@ -1,7 +1,27 @@ /* 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 + https://github.com/mleibman/SlickGrid/issues/742 + */ +div.querytable div { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} + +div.querytable .slick-column-name { + font-weight: bold; + font-size: medium; + padding: 5px; + } + +div.querytable { + font-size: small; }