X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fsimplelist.css;h=296cd8f6cd288402a74537f65a673d34ca42b4d6;hb=f404a783003238fe5b509edbf574346bb37d2f55;hp=8bfe2167bb98aa0e346a6ab29da9ac1c42a1c3c4;hpb=40978b1456a978c7ea8e61ab9f72f368c7b9d53d;p=unfold.git diff --git a/plugins/lists/simplelist.css b/plugins/lists/simplelist.css index 8bfe2167..296cd8f6 100644 --- a/plugins/lists/simplelist.css +++ b/plugins/lists/simplelist.css @@ -1,14 +1,21 @@ -/* ---------- */ -td.simplelist { - padding: 0; - list-style: none; +/* font size for regular (non datatable'd) simplelists */ +tbody.simplelist { + font-size: 80%; } -td.simplelist>a { - padding-left: 8px; +/* datatable'd tables behave differently */ +table.with-datatables>tbody.simplelist { + font-size: 100%; } -th.simplelist { +/* 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; } + /* ---------- */ /* xxx this probably should be separated in something related to datatables */ select {