/************************************************************** Dynamic Table v 0.4 **************************************************************/ .dynamicTable tbody tr { background-color: #fff; } .dynamicTable tbody tr:nth-child(even), .dynamicTable tbody tr.alt { background-color: #eee; } #transferList .dynamicTable td { padding: 0 2px; } .dynamicTable tbody tr.selected { background-color: #354158; color: #fff; } .dynamicTable tbody tr:hover { background-color: #ee6600; color: #fff; } #transferList tr:hover { cursor: pointer; } #transferList img.statusIcon { height: 1.3em; vertical-align: middle; margin-bottom: -1px; } tr.dynamicTableHeader { cursor: pointer; } .dynamicTable { table-layout: fixed; width :1%; padding: 0; border-spacing: 0; } .dynamicTable th { background-color: #eee; padding: 4px; white-space: nowrap; } .dynamicTable td { padding:0px 4px; white-space: nowrap; } .dynamicTable thead tr { background-color: #eee; } .dynamicTable th, .dynamicTable td { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 300px; } .dynamicTableFixedHeaderDiv { overflow: hidden; } .dynamicTableDiv { overflow: auto; } .dynamicTableDiv thead th { line-height: 0px !important; height: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; }