Sha256: 9a70ed7767ba15b89a4265dbd9842da5b475bb22ba798ca52507665f9c90a5a2
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
/* Style for Freezing Table Columns */ .table-scroll { position:relative; margin:auto; overflow:hidden; } .table-wrap { width:100%; overflow:auto; } .table-scroll table { width:100%; margin:auto; border-collapse:separate; border-spacing:0; } .table-scroll th, .table-scroll td { padding:5px 10px; white-space:nowrap; vertical-align:top; background-color: blue !important; } .frozen-table { position:absolute; top:0px; left:0; min-width: 100% !important; } .frozen-table th, .frozen-table td { visibility:hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /*max-width: 80px !important;*/ } .frozen-table td, .frozen-table th { border-color:transparent } .frozen-table tbody th { visibility:visible; /*color:red;*/ } .frozen-table td.frozen { /*background:#fafafa;*/ visibility:visible; } .frozen-table th.frozen { visibility: visible; } .frozen-table thead, .frozen-table tfoot{background:transparent;} .table-full.frozen-table thead tr > th.fixed-side:last-child { width: 150px; } .col-heading { height: 60px; } #frozen-table { min-width: 100% !important; width: 100% !important; }
Version data entries
4 entries across 4 versions & 1 rubygems