From a1daee333c9100d131c3dfec733332e2380c0ba7 Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Fri, 23 Nov 2012 09:47:36 -0800 Subject: [PATCH] Add filter and clean styles --- www/default.css | 13 ++++--------- www/default.js | 1 - www/index.html | 12 ++++-------- 3 files changed, 8 insertions(+), 18 deletions(-) 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 @@

EC2Instances.info Easy Amazon EC2 Instance Comparison

-

- 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. -

- -
+
Region: US East @@ -258,9 +254,9 @@

EC2Instances.info Easy Amazon EC2 Instance Comparison

-