SliceList and TestbedList are specialized versions of SimpleList with related css
[myslice.git] / plugins / lists / static / css / slicelist.css
1 /* font size for regular (non datatable'd) slicelists */
2 tbody.slicelist {
3     font-size: 150%;
4 }
5 /* datatable'd tables behave differently */
6 table.with-datatables>tbody.slicelist {
7     font-size: 80%;
8 }
9 /* larger headers */
10 thead.slicelist>tr>th {
11     font-size: 150%;
12     padding: 10px 10px 20px 10px;
13 }
14 /* some space after the arrow */ 
15 tbody.slicelist i {
16     padding-right: 8px;
17 }
18
19 .slicelist {
20     font-size: 100%;
21     text-align: center !important;
22     margin: 0 auto;
23 }