plugins: updated query_editor
[myslice.git] / plugins / lists / simplelist.css
index 296cd8f..bbf537e 100644 (file)
@@ -1,10 +1,10 @@
 /* font size for regular (non datatable'd) simplelists */
 tbody.simplelist {
-    font-size: 80%;
+    font-size: 120%;
 }
 /* datatable'd tables behave differently */
 table.with-datatables>tbody.simplelist {
-    font-size: 100%;
+    font-size: 80%;
 }
 /* larger headers */
 thead.simplelist>tr>th {
@@ -15,6 +15,8 @@ thead.simplelist>tr>th {
 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 */