rough staticlist : you provide a list, no query/no asynchroneous
[unfold.git] / plugins / static / css / simplelist.css
index 9ec9073..8bfe216 100644 (file)
@@ -1,9 +1,4 @@
-select { 
-    width: auto;
-}
-div.dataTables_filter input[type=text] {
-    width: 60;
-}
+/* ---------- */
 td.simplelist {
     padding: 0;
     list-style: none;
@@ -14,3 +9,11 @@ td.simplelist>a {
 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;
+}