reorganize plugins by plugin
[myslice.git] / plugins / lists / simplelist.css
1 /* ---------- */
2 td.simplelist {
3     padding: 0;
4     list-style: none;
5 }
6 td.simplelist>a {
7     padding-left: 8px;
8 }
9 th.simplelist {
10     font-size: 150%;
11 }
12 /* ---------- */
13 /* xxx this probably should be separated in something related to datatables */
14 select { 
15     width: auto;
16 }
17 div.dataTables_filter input[type=text] {
18     width: 60;
19 }