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