extremely rough sketch of querytable using slickgrid
[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 div.querytable {
5     width: 100%;
6     height: 400px;
7 }
8
9 div.querytable {
10     font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
11     color: #4f6b72;
12 }
13