rough staticlist : you provide a list, no query/no asynchroneous
[myslice.git] / plugins / static / css / simplelist.css
index 9953a25..8bfe216 100644 (file)
@@ -1,13 +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;
 }
-li.slice-hrn, li.network-hrn {
-    padding: 0;
-    list-style: none;
-}
-li.slice-hrn>a {
-    padding-left: 8px;
-}