reorganize plugins by plugin
[unfold.git] / plugins / lists / simplelist.css
diff --git a/plugins/lists/simplelist.css b/plugins/lists/simplelist.css
new file mode 100644 (file)
index 0000000..8bfe216
--- /dev/null
@@ -0,0 +1,19 @@
+/* ---------- */
+td.simplelist {
+    padding: 0;
+    list-style: none;
+}
+td.simplelist>a {
+    padding-left: 8px;
+}
+th.simplelist {
+    font-size: 150%;
+}
+/* ---------- */
+/* xxx this probably should be separated in something related to datatables */
+select { 
+    width: auto;
+}
+div.dataTables_filter input[type=text] {
+    width: 60;
+}