prettyfied lists
[unfold.git] / plugins / lists / simplelist.css
1 /* font size for regular (non datatable'd) simplelists */
2 tbody.simplelist {
3     font-size: 80%;
4 }
5 /* datatable'd tables behave differently */
6 table.with-datatables>tbody.simplelist {
7     font-size: 100%;
8 }
9 /* larger headers */
10 thead.simplelist>tr>th {
11     font-size: 150%;
12     padding: 10px 10px 20px 10px;
13 }
14 /* some space after the arrow */ 
15 tbody.simplelist i {
16     padding-right: 8px;
17 }
18
19 /* ---------- */
20 /* xxx this probably should be separated in something related to datatables */
21 select { 
22     width: auto;
23 }
24 div.dataTables_filter input[type=text] {
25     width: 60;
26 }