plugins: updated query_editor
[myslice.git] / plugins / lists / static / css / simplelist.css
1 /* font size for regular (non datatable'd) simplelists */
2 tbody.simplelist {
3     font-size: 120%;
4 }
5 /* datatable'd tables behave differently */
6 table.with-datatables>tbody.simplelist {
7     font-size: 80%;
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 /* make previous next buttons a bit nicer */
19 div.paging_two_button>a { padding: 0px 4px 0px 4px; }
20
21 /* ---------- */
22 /* xxx this probably should be separated in something related to datatables */
23 select { 
24     width: auto;
25 }
26 div.dataTables_filter input[type=text] {
27     width: 60;
28 }