add jquery-ui.css in the mix for nicer hazelnut rendering - although not perfect yet
[unfold.git] / plugins / hazelnut / hazelnut.py
index ea6643a..a93c709 100644 (file)
@@ -28,9 +28,11 @@ class Hazelnut (Plugin):
                            "js/spin.presets.js", "js/spin.min.js", "js/jquery.spin.js", 
                            "js/unfold-helper.js",
                            ] ,
-            'css_files': [ "css/hazelnut.css" , "css/demo_table.css", "css/demo_table_jui.css", ],
+            'css_files': [ "css/hazelnut.css" , 
+                           "css/demo_table.css", "css/demo_table_jui.css", "css/jquery-ui.css",
+                           ],
             }
         return reqs
 
     # the list of things passed to the js plugin
-    def json_settings_list (self): return ['plugin_uuid','query_uuid']
+    def json_settings_list (self): return ['plugin_uuid','query_uuid','checkboxes']