28c6d2eb6bb0ccc93dc01db731d47da10294b158
[myslice.git] / plugins / querytable / static / css / querytable.css
1 /* the bottom of the datatable needs more space */
2 div.querytable-spacer { padding: 8px 4px 15px 4px; }
3
4 /* use same height as the googlemap plugin for nicer effect */
5 div.querytable {
6     width:  100%;
7     height: 600px;
8 }
9
10 /* this is crucial for slickgrid and bootstrap3 to play together nicely
11    https://github.com/mleibman/SlickGrid/issues/742
12  */
13 div.querytable div {
14   -webkit-box-sizing: content-box;
15      -moz-box-sizing: content-box;
16           box-sizing: content-box;
17 }