unfold: better management of static files thanks to finders for plugins and third...
[myslice.git] / plugins / lists / static / css / simplelist.css
diff --git a/plugins/lists/static/css/simplelist.css b/plugins/lists/static/css/simplelist.css
new file mode 100644 (file)
index 0000000..bbf537e
--- /dev/null
@@ -0,0 +1,28 @@
+/* font size for regular (non datatable'd) simplelists */
+tbody.simplelist {
+    font-size: 120%;
+}
+/* datatable'd tables behave differently */
+table.with-datatables>tbody.simplelist {
+    font-size: 80%;
+}
+/* larger headers */
+thead.simplelist>tr>th {
+    font-size: 150%;
+    padding: 10px 10px 20px 10px;
+}
+/* some space after the arrow */ 
+tbody.simplelist i {
+    padding-right: 8px;
+}
+/* make previous next buttons a bit nicer */
+div.paging_two_button>a { padding: 0px 4px 0px 4px; }
+
+/* ---------- */
+/* xxx this probably should be separated in something related to datatables */
+select { 
+    width: auto;
+}
+div.dataTables_filter input[type=text] {
+    width: 60;
+}