Sha256: 4c353a873bda4f8ab2f481d3e7179f2588311c09d80954493b2c88d3ae99f303
Contents?: true
Size: 1.68 KB
Versions: 2
Compression:
Stored size: 1.68 KB
Contents
/* * Scrolling */ .dataTables_scroll { clear: both; } .dataTables_scrollBody { *margin-top: -1px; } div.dataTables_length label { float: left; text-align: left; } div.dataTables_length select { width: 75px; } div.dataTables_filter label { float: right; } div.dataTables_info { padding-top: 8px; } div.dataTables_paginate { float: right; margin: 0; } table.table { clear: both; margin-bottom: 6px !important; } table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled { cursor: pointer; *cursor: hand; } /*table.table thead .sorting { background: url('/assets/datatables/sort_both.png') no-repeat center right; }*/ table.table thead .sorting_asc { background: url('/assets/datatables/sort_asc.png') no-repeat center right; } table.table thead .sorting_desc { background: url('/assets/datatables/sort_desc.png') no-repeat center right; } table.table thead .sorting_asc_disabled { background: url('/assets/datatables/sort_asc_disabled.png') no-repeat center right; } table.table thead .sorting_desc_disabled { background: url('/assets/datatables/sort_desc_disabled.png') no-repeat center right; } table.dataTable th:active { outline: none; } .datatable-toolbar{ overflow: auto; background: url(/assets/dark_gray_gradient_bg.png); height: 40px; padding-left: 10px; } .datatable-toolbar .datatable-left{ margin-top: 5px; overflow: auto; width: 45%; float: left; } .datatable-toolbar .datatable-right{ margin-top: 5px; overflow: auto; /*width: 25%;*/ float: right; text-align: right; } .datatable-toolbar .datatable-right .DTTT_container{ width: 100%; }
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
raffle_v1-0.0.5 | app/assets/stylesheets/raffle_v1/jquery.dataTables.css |
raffle_v1-0.0.5 | app/assets/stylesheets/raffle_v1/jquery.dataTables.css.scss |