5af1b812496d96a0f27762d5fc0ae8b6a63b9c48
[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 }
18
19 div.querytable .slick-column-name {
20     font-weight: bold;
21     font-size: medium;
22     padding: 5px;
23  }
24
25 div.querytable {
26     font-size: small;
27 }
28
29 /* an example of the css classes used */
30 .querytable-column-network_hrn {
31     background-color:red;
32 }
33
34 .slick-checkbox {
35     background-color: blue;
36 }