Build latest changes

pull/192/head 1.10.7
Allan Jardine 10 years ago
parent 0ba5145ff8
commit adc6c63aa1

@ -1,7 +1,7 @@
/*! /*!
PageResize for DataTables v1.0.0 PageResize for DataTables v1.0.0
2014 SpryMedia Ltd - datatables.net/license 2015 SpryMedia Ltd - datatables.net/license
*/ */
(function(c){var e=function(a){var b=a.table();this.s={dt:a,host:c(b.container()).parent(),header:c(b.header()),footer:c(b.footer()),body:c(b.body()),container:c(b.container()),table:c(b.node())};a=this.s.host;"static"===a.css("position")&&a.css("position","relative");this._attach();this._size()};e.prototype={_size:function(){var a=this.s,b=a.dt;b.table();var f=c(a.table).offset().top,e=c("tr",a.body).eq(0).height(),d=a.host.height(),d=d-a.header.height(),d=d-a.footer.height(),d=d-f-(a.container.height()- (function(c){var e=function(a){var b=a.table();this.s={dt:a,host:c(b.container()).parent(),header:c(b.header()),footer:c(b.footer()),body:c(b.body()),container:c(b.container()),table:c(b.node())};a=this.s.host;"static"===a.css("position")&&a.css("position","relative");this._attach();this._size()};e.prototype={_size:function(){var a=this.s,b=a.dt;b.table();var f=c(a.table).offset().top,e=c("tr",a.body).eq(0).height(),d=a.host.height(),d=d-a.header.height(),d=d-a.footer.height(),d=d-f-(a.container.height()-
(f+a.table.height())),a=Math.floor(d/e);a!==b.page.len()&&b.page.len(a).draw()},_attach:function(){var a=this,b=c("<object/>").css({position:"absolute",top:0,left:0,height:"100%",width:"100%",zIndex:-1}).attr("type","text/html");b[0].onload=function(){var b=this.contentDocument.body,c=b.offsetHeight;this.contentDocument.defaultView.onresize=function(){var d=b.offsetHeight;d!==c&&(c=d,a._size())}};b.appendTo(this.s.host).attr("data","about:blank")}};c.fn.dataTable.PageResize=e;c.fn.DataTable.PageResize= (f+a.table.height())),a=Math.floor(d/e);!isNaN(a)&&(Infinity!==a&&a!==b.page.len())&&b.page.len(a).draw()},_attach:function(){var a=this,b=c("<object/>").css({position:"absolute",top:0,left:0,height:"100%",width:"100%",zIndex:-1}).attr("type","text/html");b[0].onload=function(){var b=this.contentDocument.body,c=b.offsetHeight;this.contentDocument.defaultView.onresize=function(){var d=b.clientHeight||b.offsetHeight;d!==c&&(c=d,a._size())}};b.appendTo(this.s.host).attr("data","about:blank")}};c.fn.dataTable.PageResize=
e;c(document).on("init.dt",function(a,b){if("dt"===a.namespace){var f=new c.fn.dataTable.Api(b);(c(f.table().node()).hasClass("pageResize")||b.oInit.pageResize||c.fn.dataTable.defaults.pageResize)&&new e(f)}})})(jQuery); e;c.fn.DataTable.PageResize=e;c(document).on("init.dt",function(a,b){if("dt"===a.namespace){var f=new c.fn.dataTable.Api(b);(c(f.table().node()).hasClass("pageResize")||b.oInit.pageResize||c.fn.dataTable.defaults.pageResize)&&new e(f)}})})(jQuery);

@ -51,10 +51,10 @@ table.dataTable thead th.ui-state-default:last-child {
border-right-width: 1px; border-right-width: 1px;
} }
table.dataTable tbody tr { table.dataTable tbody tr {
background-color: white; background-color: #ffffff;
} }
table.dataTable tbody tr.selected { table.dataTable tbody tr.selected {
background-color: #b0bed9; background-color: #B0BED9;
} }
table.dataTable tbody th, table.dataTable tbody th,
table.dataTable tbody td { table.dataTable tbody td {
@ -70,7 +70,7 @@ table.dataTable td.right {
text-align: right; text-align: right;
} }
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td { table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
} }
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
@ -78,12 +78,12 @@ table.dataTable.display tbody tr:first-child td {
border-top: none; border-top: none;
} }
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td { table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
border-right: 1px solid #dddddd; border-right: 1px solid #ddd;
} }
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child { table.dataTable.cell-border tbody tr td:first-child {
border-left: 1px solid #dddddd; border-left: 1px solid #ddd;
} }
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td { table.dataTable.cell-border tbody tr:first-child td {
@ -334,7 +334,7 @@ table.dataTable td {
text-decoration: none !important; text-decoration: none !important;
cursor: pointer; cursor: pointer;
*cursor: hand; *cursor: hand;
color: #333333 !important; color: #333 !important;
border: 1px solid transparent; border: 1px solid transparent;
} }
.dataTables_wrapper .dataTables_paginate .fg-button:active { .dataTables_wrapper .dataTables_paginate .fg-button:active {
@ -378,7 +378,7 @@ table.dataTable td {
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate { .dataTables_wrapper .dataTables_paginate {
color: #333333; color: #333;
} }
.dataTables_wrapper .dataTables_scroll { .dataTables_wrapper .dataTables_scroll {
clear: both; clear: both;

Loading…
Cancel
Save