css fix for slickgrid and bootstrap to play nicely together
[myslice.git] / plugins / querytable / static / css / querytable.css
index 0ac0055..3c7002c 100644 (file)
@@ -6,8 +6,11 @@ div.querytable {
     height: 400px;
 }
 
-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;
 }
-