diff --git a/www/default.css b/www/default.css index ee537d23..3d607dfd 100644 --- a/www/default.css +++ b/www/default.css @@ -2,18 +2,13 @@ body { padding: 5px 20px; } -#footer { - position: absolute; - bottom: 10px; - right: 10px; -} -#footer, #footer a { - font-size: 10px; - color: #333; +.dataTables_filter { + float: right; } #data { - margin-top: 15px; + clear: both; + margin-top: 20px; } #data td.name { diff --git a/www/default.js b/www/default.js index 3cfdf5dd..938a871f 100644 --- a/www/default.js +++ b/www/default.js @@ -36,7 +36,6 @@ $(function() { $(document).ready(function() { $('#data').dataTable({ "bPaginate": false, - "bFilter": false, "bInfo": false, "aoColumnDefs": [ { diff --git a/www/index.html b/www/index.html index 184fa5fc..84425080 100644 --- a/www/index.html +++ b/www/index.html @@ -13,11 +13,7 @@
- A sortable table displaying all the Amazon EC2 instance type and pricing information so its easier to make comparisons. It's hosted on S3 and awaiting your improvements on GitHub. -
- -