a bit of styling
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 15:29:35 +0000 (16:29 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 3 Dec 2013 15:29:35 +0000 (16:29 +0100)
plugins/querytable/static/css/querytable.css

index 28c6d2e..19088ad 100644 (file)
@@ -15,3 +15,13 @@ div.querytable div {
      -moz-box-sizing: content-box;
           box-sizing: content-box;
 }
      -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;
+}