kept the code for both possible approaches wrt checkboxes
[myslice.git] / plugins / querytable / static / css / querytable.css
index 3c7002c..5af1b81 100644 (file)
@@ -1,9 +1,10 @@
 /* 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
@@ -14,3 +15,22 @@ div.querytable div {
      -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;
+}
+
+/* an example of the css classes used */
+.querytable-column-network_hrn {
+    background-color:red;
+}
+
+.slick-checkbox {
+    background-color: blue;
+}