From 0e81af405ac7ead767303a5e7a05eaf19d2aff04 Mon Sep 17 00:00:00 2001 From: Nathan Patten Date: Sun, 23 Feb 2014 07:14:06 +1100 Subject: [PATCH] [FIX]tablesorter margin on resize Stops the tablesorter from pushing right on window resize --- public/site_assets/mpos/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site_assets/mpos/css/layout.css b/public/site_assets/mpos/css/layout.css index 2ff6631a..ceb6ce40 100644 --- a/public/site_assets/mpos/css/layout.css +++ b/public/site_assets/mpos/css/layout.css @@ -449,7 +449,7 @@ margin-bottom: 8px} .tablesorter, .tablesorterpager { width: 100%; -margin: -5px 0 0 0; +margin: -4px 0 0 0; } .tablesorter td, .tablesorterpager td{